Skip to content

Commit

Permalink
Merge pull request #92 from ProbstDJakob/unprivileged-port
Browse files Browse the repository at this point in the history
Use unprivileged port to run without root privileges to support OpenShift
  • Loading branch information
baurmatt authored Feb 21, 2024
2 parents 182733c + a53cfcd commit b4f6637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/designate-certmanager-webhook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ spec:
args:
- --tls-cert-file=/tls/tls.crt
- --tls-private-key-file=/tls/tls.key
- --secure-port=8443
envFrom:
- secretRef:
name: {{ .Values.credentialsSecret }}
ports:
- name: https
containerPort: 443
containerPort: 8443
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit b4f6637

Please sign in to comment.