Skip to content

Commit b4f6637

Browse files
authored
Merge pull request #92 from ProbstDJakob/unprivileged-port
Use unprivileged port to run without root privileges to support OpenShift
2 parents 182733c + a53cfcd commit b4f6637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ spec:
6363
args:
6464
- --tls-cert-file=/tls/tls.crt
6565
- --tls-private-key-file=/tls/tls.key
66+
- --secure-port=8443
6667
envFrom:
6768
- secretRef:
6869
name: {{ .Values.credentialsSecret }}
6970
ports:
7071
- name: https
71-
containerPort: 443
72+
containerPort: 8443
7273
protocol: TCP
7374
livenessProbe:
7475
httpGet:

0 commit comments

Comments
 (0)