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-ics-version%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Fodu-app-ics-version%2Ftemplates%2Fservice.yaml;h=0f0441c2190a5e1f4379aa72b1393c7d3025b4f4;hp=aad3ac1ca3d3216569a951bbb59fa75f75383164;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/odu-app-ics-version/templates/service.yaml b/smo-install/oran_oom/odu-app-ics-version/templates/service.yaml index aad3ac1c..0f0441c2 100755 --- a/smo-install/oran_oom/odu-app-ics-version/templates/service.yaml +++ b/smo-install/oran_oom/odu-app-ics-version/templates/service.yaml @@ -13,18 +13,4 @@ # limitations under the License. # ============LICENSE_END================================================= -apiVersion: v1 -kind: Service -metadata: - name: {{ include "odu-app-ics-version.fullname" . }} - labels: - {{- include "odu-app-ics-version.labels" . | nindent 4 }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "odu-app-ics-version.selectorLabels" . | nindent 4 }} +{{ include "common.service" . }}