From 657f565172a33b09b8f6c54c3ba5c194d2469306 Mon Sep 17 00:00:00 2001 From: tripathishikha1 <156056746+tripathishikha1@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:18:00 +0530 Subject: [PATCH] Update deployment.yaml --- charts/microservice/templates/deployment.yaml | 28 +------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/charts/microservice/templates/deployment.yaml b/charts/microservice/templates/deployment.yaml index 7a6f9632..71cd63f6 100644 --- a/charts/microservice/templates/deployment.yaml +++ b/charts/microservice/templates/deployment.yaml @@ -1,30 +1,4 @@ -#apiVersion: apps/v1 -#kind: Deployment -#metadata: - # name: {{ include "microservice.fullname" . }} - #labels: - # {{- include "microservice.labels" . | nindent 4 }} -#spec: - # replicas: {{ .Values.replicaCount }} - #selector: - # matchLabels: - # {{- include "microservice.matchLabels" . | nindent 6 }} - #template: - # metadata: - # labels: - # {{- include "microservice.selectorLabels" . | nindent 8 }} - #spec: - # containers: - # - name: {{ .Chart.Name }} - # image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - # imagePullPolicy: {{ .Values.image.pullPolicy }} - - # ports: - # - name: http - # containerPort: 80 - # protocol: TCP - - apiVersion: apps/v1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "microservice.fullname" . }}