fix: intake ingress add external-dns internal annotation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
959fc784ee
commit
fa058ccd3e
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ kind: IngressRoute
|
|||
metadata:
|
||||
name: intake
|
||||
namespace: autojanet
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: janet.ctz.fyi
|
||||
external-dns/internal: "true"
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
|
|
|
|||
Loading…
Reference in a new issue