Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tripathishikha1 authored Jun 21, 2024
1 parent 82dec4b commit 657f565
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions charts/microservice/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -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" . }}
Expand Down

0 comments on commit 657f565

Please sign in to comment.