File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ metadata:
7
7
app : {{ template "helm-guestbook.name" . }}
8
8
chart : {{ template "helm-guestbook.chart" . }}
9
9
release : {{ .Release.Name }}
10
- heritage : {{ .Release.Service }}
11
10
spec :
12
11
replicas : {{ .Values.replicaCount }}
13
12
revisionHistoryLimit : 3
29
28
- name : http
30
29
containerPort : 802
31
30
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 }}
You can’t perform that action at this time.
0 commit comments