Let's have external IPs for real!
This commit is contained in:
parent
9384105c82
commit
2f973e22c7
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ spec:
|
|||
value: Critical
|
||||
- name: controller.service.type
|
||||
value: LoadBalancer
|
||||
- name: controller.hostNetwork
|
||||
value: 'true'
|
||||
- name: controller.allowSnippetAnnotations
|
||||
value: 'true'
|
||||
- name: controller.resources.requests.cpu
|
||||
|
|
@ -34,6 +36,8 @@ spec:
|
|||
value: '351198544'
|
||||
- name: controller.extraArgs.default-ssl-certificate
|
||||
value: cluster-ingress/cluster-ingress-wildcard
|
||||
- name: controller.nodeSelector
|
||||
value: '{"ingresshost": "true"}'
|
||||
- name: controller.config.http-snippet
|
||||
value: 'more_set_headers -a "X-Robots-Tag: noai";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue