Remove duplicate spec key from Ingress for kubernetes template

This commit is contained in:
Harrison Katz 2020-12-03 18:18:18 -05:00 committed by GitHub
parent 9fc5579a50
commit 85adc4a0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,6 @@ spec:
serviceName: {{ kubernetes_deployment_name }}-web-svc
servicePort: 80
{% else %}
spec:
backend:
serviceName: {{ kubernetes_deployment_name }}-web-svc
servicePort: 80