Browse Source

fix duplicate field in ingress-nginx template (#9285)

pull/9296/head
Vadim 2 years ago
committed by GitHub
parent
commit
5ac614f97d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/kubernetes-apps/ingress_controller/ingress_nginx/templates/ds-ingress-nginx-controller.yml.j2

1
roles/kubernetes-apps/ingress_controller/ingress_nginx/templates/ds-ingress-nginx-controller.yml.j2

@ -108,7 +108,6 @@ spec:
protocol: TCP
{% endif %}
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 10254

Loading…
Cancel
Save