ingress for vcluster
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
bf169a75a3
commit
62a70171b4
2 changed files with 20 additions and 0 deletions
|
@ -16,6 +16,11 @@ controlPlane:
|
||||||
statefulSet:
|
statefulSet:
|
||||||
highAvailability:
|
highAvailability:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
|
proxy:
|
||||||
|
extraSANs:
|
||||||
|
- vcluster.k8s.ar21.de
|
||||||
|
exportKubeConfig:
|
||||||
|
server: https://vcluster.k8s.ar21.de:443
|
||||||
sync:
|
sync:
|
||||||
toHost:
|
toHost:
|
||||||
ingresses:
|
ingresses:
|
||||||
|
|
15
vcluster/ingress-aaron.yaml
Normal file
15
vcluster/ingress-aaron.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRouteTCP
|
||||||
|
metadata:
|
||||||
|
name: vcluster-ingress
|
||||||
|
namespace: vcluster-ar
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- match: HostSNI(`vcluster.k8s.ar21.de`)
|
||||||
|
services:
|
||||||
|
- name: ar
|
||||||
|
port: 443
|
||||||
|
tls:
|
||||||
|
passthrough: true
|
Loading…
Reference in a new issue