Lets try some ingress
This commit is contained in:
16
clusters/kairos/traefik/ingress.yaml
Normal file
16
clusters/kairos/traefik/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: traefik
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`traefik.k3s`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: traefik
|
||||
namespace: kube-system
|
||||
nativeLB: true
|
||||
kind: Service
|
||||
port: 9000
|
||||
Reference in New Issue
Block a user