mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Use variable susbtitution in manifests
This commit is contained in:
@@ -7,8 +7,8 @@ metadata:
|
||||
spec:
|
||||
secretName: wildcard-nmsny-dev-tls
|
||||
dnsNames:
|
||||
- "example.com"
|
||||
- "*.example.com"
|
||||
- "${DOMAIN}"
|
||||
- "*.{DOMAIN}"
|
||||
issuerRef:
|
||||
name: cloudflare-prod
|
||||
kind: ClusterIssuer
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user