Skip to content

Commit abfd320

Browse files
Update deployment.yaml
1 parent 621152a commit abfd320

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

helm-guestbook/templates/deployment.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
app: {{ template "helm-guestbook.name" . }}
88
chart: {{ template "helm-guestbook.chart" . }}
99
release: {{ .Release.Name }}
10-
heritage: {{ .Release.Service }}
1110
spec:
1211
replicas: {{ .Values.replicaCount }}
1312
revisionHistoryLimit: 3
@@ -29,25 +28,3 @@ spec:
2928
- name: http
3029
containerPort: 802
3130
protocol: TCP
32-
livenessProbe:
33-
httpGet:
34-
path: /
35-
port: http
36-
readinessProbe:
37-
httpGet:
38-
path: /
39-
port: http
40-
resources:
41-
{{ toYaml .Values.resources | indent 12 }}
42-
{{- with .Values.nodeSelector }}
43-
nodeSelector:
44-
{{ toYaml . | indent 8 }}
45-
{{- end }}
46-
{{- with .Values.affinity }}
47-
affinity:
48-
{{ toYaml . | indent 8 }}
49-
{{- end }}
50-
{{- with .Values.tolerations }}
51-
tolerations:
52-
{{ toYaml . | indent 8 }}
53-
{{- end }}

0 commit comments

Comments
 (0)