X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fhelmmanager%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Fhelmmanager%2Ftemplates%2Fservice.yaml;h=48461ebd0baf2d1afd2192d00d56b9dec2c4969a;hb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=90ae61406db59b5be18ee0a26139b5c95534be3b;hpb=dab79c372151329e07d6daf227009cd8abaadd7d;p=it%2Fdep.git 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" . }}