X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fmessage-router%2Ftemplates%2Fstatefulset.yaml;h=bc97515bde5560b125cbb048c673c3497036cf09;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=33f422a9afa4e673ac15db3e6baca73f516ca2a2;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/statefulset.yaml b/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/statefulset.yaml index 33f422a9..bc97515b 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/statefulset.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/statefulset.yaml @@ -17,7 +17,7 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ include "common.fullname" . }} @@ -29,6 +29,10 @@ metadata: heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} + selector: + matchLabels: + app: {{ include "common.name" . }} + release: {{ .Release.Name }} template: metadata: labels: