diff --git a/charts/eap-xp5/templates/service.yaml b/charts/eap-xp5/templates/service.yaml index 8e86753..7f6c3b1 100644 --- a/charts/eap-xp5/templates/service.yaml +++ b/charts/eap-xp5/templates/service.yaml @@ -1,7 +1,7 @@ {{- if .Values.deploy.enabled }} {{- include "wildfly-common.service.http" (list . "eap-xp5.metadata.labels") }} --- -{{- include "wildfly-common.service.ping" (list . "eap-xp5.metadata.labels") }} +{{ include "wildfly-common.service.ping" (list . "eap-xp5.metadata.labels") }} --- {{- if .Values.deploy.tls.enabled }} {{- include "wildfly-common.service.https" (list . "eap-xp5.metadata.labels") }}