X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Foru-app%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Foru-app%2Ftemplates%2Fservice.yaml;h=f024c6486400e7f94efe9875395986e4be7653ab;hp=46d78c6c0c2eccc266ebcfcb49a8f0aed95d08f8;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/oru-app/templates/service.yaml b/smo-install/oran_oom/oru-app/templates/service.yaml index 46d78c6c..f024c648 100644 --- a/smo-install/oran_oom/oru-app/templates/service.yaml +++ b/smo-install/oran_oom/oru-app/templates/service.yaml @@ -1,17 +1 @@ -apiVersion: v1 -kind: Service -metadata: - name: "oru-app" - labels: - name: oru-app - release: {{ .Release.Name }} - chart: {{ .Chart.Name }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.ports.port }} - nodePort: {{ .Values.service.ports.nodePort }} - selector: - name: oru-app - release: {{ .Release.Name }} - chart: {{ .Chart.Name }} +{{ include "common.service" . }}