X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fe2term%2Ftemplates%2Fdeployment.yaml;h=1a09e6287ba83e6662d1e0fa7962635c5cdcdcfe;hb=e38909d471f83d7b9ca051bd8deeee3d7c9a167b;hp=1f4e1495a83288b2c3e9380ca48bde01974026ed;hpb=7a8c1ad5b7da9dcc1c03902e8e66455202c168ec;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/templates/deployment.yaml b/helm/e2term/templates/deployment.yaml index 1f4e149..1a09e62 100644 --- a/helm/e2term/templates/deployment.yaml +++ b/helm/e2term/templates/deployment.yaml @@ -29,7 +29,7 @@ metadata: name: {{ include "common.deploymentname.e2term" $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 }} @@ -37,7 +37,7 @@ spec: replicas: {{ .replicaCount }} selector: matchLabels: - 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 }} template: metadata: @@ -91,7 +91,7 @@ spec: {{- end }} {{- end }} labels: - 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 }} spec: hostname: {{ include "common.name.e2term" $topCtx }}-{{ $key }} @@ -131,9 +131,11 @@ spec: containerPort: {{ include "common.serviceport.e2term.rmr.route" $topCtx }} - name: "rmrdata-{{ $key }}" containerPort: {{ include "common.serviceport.e2term.rmr.data" $topCtx }} - - name: "rmrsctp-{{ $key }}" + - name: "sctp-{{ $key }}" containerPort: 36422 - protocol: SCTP + protocol: SCTP + - name: "prmts-{{ $key }}" + containerPort: {{ include "common.serviceport.e2term.prometheus" $topCtx }} stdin: true tty: true securityContext: