X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fhelmmanager%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Fhelmmanager%2Ftemplates%2Fservice.yaml;h=48461ebd0baf2d1afd2192d00d56b9dec2c4969a;hp=90ae61406db59b5be18ee0a26139b5c95534be3b;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/helmmanager/templates/service.yaml b/smo-install/oran_oom/helmmanager/templates/service.yaml index 90ae6140..48461ebd 100644 --- a/smo-install/oran_oom/helmmanager/templates/service.yaml +++ b/smo-install/oran_oom/helmmanager/templates/service.yaml @@ -13,23 +13,5 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ -kind: Service -apiVersion: v1 -metadata: - name: {{ include "common.name.helmmanager" . }} - namespace: {{ include "common.namespace.nonrtric" . }} - labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.helmmanager" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -spec: - ports: - - name: {{ index .Values.helmmanager.service.httpName }} - port: {{ .Values.helmmanager.service.internalPort1 }} - targetPort: {{ .Values.helmmanager.service.targetPort1 }} - protocol: TCP - selector: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.helmmanager" . }} - release: {{ .Release.Name }} - type: ClusterIP + +{{ include "common.service" . }}