Ingress: fix ingress error page backend service

This Ps fixes the ingress error page service, which was not
attaching to the error page pod.

Change-Id: Ia4ce523d0e17a80a0860cf7bdbdc46875b344617
This commit is contained in:
Pete Birley 2017-08-11 16:01:00 -05:00
parent a95845062f
commit 8b58159e2d

View File

@ -33,4 +33,4 @@ spec:
protocol: TCP
targetPort: 443
selector:
app: ingress-api
{{ tuple $envAll "ingress" "error-pages" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}