Fix default ingress.

This commit is contained in:
2026-06-08 17:10:46 +00:00
parent 4eb722f393
commit 319ec01f0c
4 changed files with 38 additions and 18 deletions

View File

@@ -4,13 +4,11 @@ metadata:
name: ghost
namespace: ghost
annotations:
kubernetes.io/ingress.class: "traefik"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
external-dns.alpha.kubernetes.io/target: {{ .externalDnsDomain }}
external-dns.alpha.kubernetes.io/ttl: "60"
traefik.ingress.kubernetes.io/redirect-entry-point: https
spec:
ingressClassName: traefik
rules:
- host: {{ .domain }}
http: