X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fodu-app%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Fodu-app%2Ftemplates%2Fservice.yaml;h=0f0441c2190a5e1f4379aa72b1393c7d3025b4f4;hp=6c64790d5b6096921d947480a45cb2a274a126c4;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/odu-app/templates/service.yaml b/smo-install/oran_oom/odu-app/templates/service.yaml index 6c64790d..0f0441c2 100755 --- a/smo-install/oran_oom/odu-app/templates/service.yaml +++ b/smo-install/oran_oom/odu-app/templates/service.yaml @@ -13,18 +13,4 @@ # limitations under the License. # ============LICENSE_END================================================= -apiVersion: v1 -kind: Service -metadata: - name: {{ include "odu-app.fullname" . }} - labels: - {{- include "odu-app.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "odu-app.selectorLabels" . | nindent 4 }} +{{ include "common.service" . }}