Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ spec:
lifecycle:
{{- toYaml .Values.lifecycle | nindent 12 }}
{{- end }}
ports:
- containerPort: {{ .Values.service.target }}
name: http
protocol: TCP
- containerPort: 8090
name: signaller
protocol: TCP
volumeMounts:
- name: template
mountPath: /etc/varnish/tmpl
Expand Down
7 changes: 7 additions & 0 deletions chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ spec:
lifecycle:
{{- toYaml .Values.lifecycle | nindent 12 }}
{{- end }}
ports:
- containerPort: {{ .Values.service.target }}
name: http
protocol: TCP
- containerPort: 8090
name: signaller
protocol: TCP
volumeMounts:
- name: template
mountPath: /etc/varnish/tmpl
Expand Down