Skip to content

Commit

Permalink
feat(chart): expose varnish and signaller ports on deploy/sts manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Verchère <[email protected]>
  • Loading branch information
rverchere committed Jul 2, 2024
1 parent 2846c1f commit 81402f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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

0 comments on commit 81402f2

Please sign in to comment.