Add test
This commit is contained in:
parent
25cfbffe74
commit
d01142025c
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
||||||
|
controller:
|
||||||
|
admissionWebhooks:
|
||||||
|
certManager:
|
||||||
|
enabled: true
|
||||||
|
service:
|
||||||
|
nameSuffix: adm
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
service:
|
||||||
|
nameSuffix: mtr
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
||||||
|
internal:
|
||||||
|
enabled: true
|
||||||
|
nameSuffix: int
|
||||||
|
annotations:
|
||||||
|
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
Loading…
Reference in a new issue