X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Ftemplates%2Fservice-sctp.yaml;h=d67ca22b1316e8b9e094dcfc10d367c157304e0d;hb=ec2b8b667714c063130176e612f9188a54dffc5b;hp=b239fbc1a92a5686fdc42baaaca1e0f69c5db268;hpb=a26e4333881c2c22650ae8da7fe81c1783b6f272;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/templates/service-sctp.yaml b/helm/e2term/templates/service-sctp.yaml index b239fbc..d67ca22 100644 --- a/helm/e2term/templates/service-sctp.yaml +++ b/helm/e2term/templates/service-sctp.yaml @@ -25,7 +25,7 @@ metadata: name: {{ include "common.servicename.e2term.sctp" $topCtx }}-{{ $key }} namespace: {{ include "common.namespace.platform" $topCtx }} labels: - app: {{ include "common.namespace.platform" $topCtx }}-{{ include "common.name.e2term" $topCtx }} + app: {{ include "common.namespace.platform" $topCtx }}-{{ include "common.name.e2term" $topCtx }}-{{ $key }} chart: {{ $topCtx.Chart.Name }}-{{ $topCtx.Chart.Version | replace "+" "_" }} release: {{ $topCtx.Release.Name }} heritage: {{ $topCtx.Release.Service }} @@ -36,9 +36,9 @@ spec: nodePort: {{ add 32222 $index }} protocol: "SCTP" targetPort: {{ include "common.serviceport.e2term.sctp" $topCtx }} - name: "rmrsctp-{{ $key }}" + name: "sctp-{{ $key }}" selector: - app: {{ include "common.namespace.platform" $topCtx }}-{{ include "common.name.e2term" $topCtx }} + app: {{ include "common.namespace.platform" $topCtx }}-{{ include "common.name.e2term" $topCtx }}-{{ $key }} release: {{ $topCtx.Release.Name }} {{- end }} {{- end }}