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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue