[AAI] Add HTTP service for non Service Mesh
[oom.git] / kubernetes / aai / templates / service.yaml
index aecb687..4a6dc8e 100644 (file)
@@ -35,7 +35,6 @@ spec:
   type: {{ .Values.service.type }}
   selector:
     app: {{ include "common.name" . }}
-{{- if include "common.onServiceMesh" . }}
 ---
 apiVersion: v1
 kind: Service
@@ -55,5 +54,4 @@ spec:
   type: ClusterIP
   selector:
     app: {{ include "common.name" . }}
-{{- end }}