|
|
|
@ -6,15 +6,17 @@ enabled: true
|
|
|
|
service:
|
|
|
|
service:
|
|
|
|
dns:
|
|
|
|
dns:
|
|
|
|
tcp:
|
|
|
|
tcp:
|
|
|
|
enabled: false
|
|
|
|
enabled: true
|
|
|
|
type: LoadBalancer
|
|
|
|
type: LoadBalancer
|
|
|
|
port: 53
|
|
|
|
port: 53
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
metallb.universe.tf/allow-shared-ip: powerdns
|
|
|
|
udp:
|
|
|
|
udp:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
type: LoadBalancer
|
|
|
|
type: LoadBalancer
|
|
|
|
port: 53
|
|
|
|
port: 53
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
metallb.universe.tf/allow-shared-ip: powerdns
|
|
|
|
api:
|
|
|
|
api:
|
|
|
|
type: ClusterIP
|
|
|
|
type: ClusterIP
|
|
|
|
port: 8081
|
|
|
|
port: 8081
|
|
|
|
|