whatsmyip: add

This commit is contained in:
2025-03-09 18:37:12 -04:00
parent c3902a8b21
commit 763efab077
2 changed files with 52 additions and 0 deletions

24
whatismyip/values.yaml Normal file
View File

@@ -0,0 +1,24 @@
whatismyip:
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: ""