fix: intake ingress add external-dns internal annotation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Zoë 2026-05-30 20:39:28 -07:00
parent 959fc784ee
commit fa058ccd3e

View file

@ -19,6 +19,9 @@ kind: IngressRoute
metadata: metadata:
name: intake name: intake
namespace: autojanet namespace: autojanet
annotations:
external-dns.alpha.kubernetes.io/hostname: janet.ctz.fyi
external-dns/internal: "true"
spec: spec:
entryPoints: entryPoints:
- websecure - websecure