Skip to content

Commit

Permalink
fix(pod-identity-webhook): expose https on non-privileged port
Browse files Browse the repository at this point in the history
Release-As: 1.4.1
  • Loading branch information
meysam81 committed Nov 8, 2024
1 parent 91f7b1a commit 1082f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amazon-eks-pod-identity-webhook/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
containers:
- command:
- /webhook
- --port=8443
- --in-cluster=false
- --namespace=$(POD_NAMESPACE)
- --service-name=pod-identity-webhook
Expand All @@ -35,7 +36,7 @@ spec:
timeoutSeconds: 1
name: pod-identity-webhook
ports:
- containerPort: 443
- containerPort: 8443
name: https
- containerPort: 9999
name: metrics
Expand Down

0 comments on commit 1082f0e

Please sign in to comment.