mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: add wildcarded cluster domain to dns provider (#698)
Ticket: ENG-1152
This commit is contained in:
@@ -17,10 +17,14 @@ controller:
|
||||
targetCPUUtilizationPercentage: 50
|
||||
targetMemoryUtilizationPercentage: 50
|
||||
|
||||
publishService:
|
||||
enabled: true
|
||||
|
||||
service:
|
||||
enabled: true
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
||||
external-dns.alpha.kubernetes.io/hostname: "{{ wildcard_managed_dns }}"
|
||||
externalTrafficPolicy: "Local"
|
||||
sessionAffinity: ""
|
||||
healthCheckNodePort: 0
|
||||
Reference in New Issue
Block a user