Skip to content

Commit

Permalink
use unprivileged port to run without root privileges to support OpenS…
Browse files Browse the repository at this point in the history
…hift
  • Loading branch information
ProbstDJakob committed Feb 8, 2023
1 parent ee97bc1 commit a53cfcd
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 @@ -57,12 +57,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 a53cfcd

Please sign in to comment.