Skip to content

Commit a53cfcd

Browse files
committed
use unprivileged port to run without root privileges to support OpenShift
1 parent ee97bc1 commit a53cfcd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

helm/designate-certmanager-webhook/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ spec:
5757
args:
5858
- --tls-cert-file=/tls/tls.crt
5959
- --tls-private-key-file=/tls/tls.key
60+
- --secure-port=8443
6061
envFrom:
6162
- secretRef:
6263
name: {{ .Values.credentialsSecret }}
6364
ports:
6465
- name: https
65-
containerPort: 443
66+
containerPort: 8443
6667
protocol: TCP
6768
livenessProbe:
6869
httpGet:

0 commit comments

Comments
 (0)