Files
core-apps/whatismyip/values.yaml
2025-03-09 18:41:15 -04:00

24 lines
648 B
YAML

whatsmyip:
ingress:
main:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.middlewares: cloudflarewarp@file
hosts:
- host: whatismyip.dubyatp.xyz
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- whatismyip.dubyatp.xyz
secretName: cert-dubyatp-xyz
secret:
cert-dubyatp-xyz:
enabled: true
annotations:
replicator.v1.mittwald.de/replicate-from: "cert-manager/cert-dubyatp-xyz"
replicator.v1.mittwald.de/replicated-keys: "tls.crt,tls.key"
data:
tls.crt: ""
tls.key: ""