Skip to content

Commit 49d4d47

Browse files
committed
Add in Deployment container port for https
Signed-off-by: Andrew Hall <[email protected]>
1 parent 418676e commit 49d4d47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/rollout-operator/templates/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ spec:
6262
- name: http-metrics
6363
containerPort: 8001
6464
protocol: TCP
65+
{{- if .Values.webhooks.enabled }}
66+
- name: https
67+
containerPort: 8443
68+
protocol: TCP
69+
{{- end }}
6570
readinessProbe:
6671
httpGet:
6772
path: /ready

0 commit comments

Comments
 (0)