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
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…
Add table
Add a link
Reference in a new issue