File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,13 @@ spec:
111
111
lifecycle :
112
112
{{- toYaml .Values.lifecycle | nindent 12 }}
113
113
{{- end }}
114
+ ports :
115
+ - containerPort : {{ .Values.service.target }}
116
+ name : http
117
+ protocol : TCP
118
+ - containerPort : 8090
119
+ name : signaller
120
+ protocol : TCP
114
121
volumeMounts :
115
122
- name : template
116
123
mountPath : /etc/varnish/tmpl
Original file line number Diff line number Diff line change @@ -104,6 +104,13 @@ spec:
104
104
lifecycle :
105
105
{{- toYaml .Values.lifecycle | nindent 12 }}
106
106
{{- end }}
107
+ ports :
108
+ - containerPort : {{ .Values.service.target }}
109
+ name : http
110
+ protocol : TCP
111
+ - containerPort : 8090
112
+ name : signaller
113
+ protocol : TCP
107
114
volumeMounts :
108
115
- name : template
109
116
mountPath : /etc/varnish/tmpl
You can’t perform that action at this time.
0 commit comments