[AAI] Add HTTP service for non Service Mesh 28/132028/1
authorrope252 <gareth.roper@est.tech>
Mon, 7 Nov 2022 14:09:24 +0000 (14:09 +0000)
committerrope252 <gareth.roper@est.tech>
Mon, 7 Nov 2022 14:09:30 +0000 (14:09 +0000)
Removing onServiceMesh toggle, as HTTP service required for basic deployment

Change-Id: I116fdec33444d58cfe450fcb2b4384bbf9951340
Issue-ID: OOM-2820
Signed-off-by: rope252 <gareth.roper@est.tech>
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 }}