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

29 lines
829 B
YAML
Raw Normal View History

2024-10-09 06:33:24 +00:00
traefik:
enabled: true
tcpRoutes:
- name: server-xray-public
service: server-xray-public-xray-https
match: HostSNI(`xray-public.badhouseplants.net`)
entrypoint: xray-public
port: 443
shortcuts:
hostname: xray-public.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
extraVolumes:
certs:
secret:
secretName: xray-public.badhouseplants.net
2024-10-09 19:43:03 +00:00
workload:
replicas: 3