summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-07-27 21:57:39 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-27 21:57:39 +0000
commite705957da54f0bde01d4bc88f43772a94ed832b0 (patch)
tree264560b4c8ec4feb8f9c7cfb40f1ff80ea914803 /kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml
parentaef7007ff54aa8413c80ec3fa449ca7c8afc1246 (diff)
parent9bd9878e4c8711c42d45b3d5dc99195c25d927ba (diff)
Merge "[CDS] Make CDS compatible with Kubernetes v1.17"
Diffstat (limited to 'kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml')
-rwxr-xr-xkubernetes/cds/charts/cds-command-executor/templates/deployment.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml b/kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml
index 79738b075c..39f37a4fe8 100755
--- a/kubernetes/cds/charts/cds-command-executor/templates/deployment.yaml
+++ b/kubernetes/cds/charts/cds-command-executor/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: