X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Fcharts%2Fcds-sdc-listener%2Ftemplates%2Fdeployment.yaml;h=f0db9faf5e5d4c826538469508d59c3b1b0daecc;hb=9bd9878e4c8711c42d45b3d5dc99195c25d927ba;hp=3e71181a479660bcf95810d48c3cbd2a43f2895e;hpb=806261be61b881504671d5a260caf194f9e650b8;p=oom.git diff --git a/kubernetes/cds/charts/cds-sdc-listener/templates/deployment.yaml b/kubernetes/cds/charts/cds-sdc-listener/templates/deployment.yaml index 3e71181a47..f0db9faf5e 100644 --- a/kubernetes/cds/charts/cds-sdc-listener/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-sdc-listener/templates/deployment.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} @@ -23,6 +23,9 @@ metadata: release: {{ include "common.release" . }} heritage: {{ .Release.Service }} spec: + selector: + matchLabels: + app: {{ include "common.name" . }} replicas: {{ .Values.replicaCount }} template: metadata: @@ -99,4 +102,4 @@ spec: - key: logback.xml path: logback.xml imagePullSecrets: - - name: {{ include "common.namespace" . }}-docker-registry-key \ No newline at end of file + - name: {{ include "common.namespace" . }}-docker-registry-key