k8s-deployment/values/badhouseplants/values.server-xray.yaml

23 lines
664 B
YAML

traefik:
enabled: true
tcpRoutes:
- name: server-xray
service: server-xray-xray-https
match: HostSNI(`*`)
entrypoint: xray
port: 443
shortcuts:
hostname: xray.badhouseplants.net
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
kubernetes.io/ingress.allow-http: "false"
kubernetes.io/ingress.class: traefik
kubernetes.io/ingress.global-static-ip-name: ""
kubernetes.io/tls-acme: "true"
meta.helm.sh/release-name: xray
meta.helm.sh/release-namespace: xray
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure