Use variable susbtitution in manifests

This commit is contained in:
2024-12-30 15:37:25 +01:00
parent 1eaa3a42e4
commit 9d078e6c9d
10 changed files with 30 additions and 29 deletions

View File

@@ -7,8 +7,8 @@ metadata:
spec:
secretName: wildcard-nmsny-dev-tls
dnsNames:
- "example.com"
- "*.example.com"
- "${DOMAIN}"
- "*.{DOMAIN}"
issuerRef:
name: cloudflare-prod
kind: ClusterIssuer

View File

@@ -5,7 +5,7 @@ metadata:
name: cloudflare-prod
spec:
acme:
email: admin@example.com
email: ${LETSENCRYPT_EMAIL}
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: cloudflare-prod-issuer-account-key

View File

@@ -5,7 +5,7 @@ logs:
ingressRoute:
dashboard:
enabled: true
matchRule: Host(`traefik.example.com`)
matchRule: Host(`${TRAEFIK_DOMAIN}`)
entryPoints: ["websecure"]
middlewares:
- name: "auth-authelia@kubernetescrd"