File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 8181 - install
8282 - update
8383
84+ # Patch Contour ConfigMap to add compression configuration.
85+ - name : Patch Contour ConfigMap with compression settings
86+ kubernetes.core.k8s :
87+ state : patched
88+ kind : ConfigMap
89+ name : " {{ CONTOUR_NAME }}"
90+ namespace : " {{ CONTOUR_NAMESPACE }}"
91+ kubeconfig : " {{ KUBECONFIG }}"
92+ definition :
93+ data :
94+ contour.yaml : |
95+ accesslog-format: envoy
96+ compression:
97+ algorithm: disabled
98+ disablePermitInsecure: false
99+ tls:
100+ fallback-certificate: {}
101+ when : CONTOUR_CONFIG.contour.configFileContents.compression is defined
102+ tags :
103+ - install
104+ - update
105+
84106# Remove the Contour ingress controller Helm release
85107- name : Remove contour
86108 kubernetes.core.helm :
You can’t perform that action at this time.
0 commit comments