Skip to content

Commit

Permalink
Merge pull request #2405 from bouk/container-port-protocol
Browse files Browse the repository at this point in the history
deploy/charts/cert-manager: explicitly define ContainerPort protocol
  • Loading branch information
jetstack-bot committed Nov 27, 2019
2 parents 1581bf2 + 852f487 commit 0e384f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/charts/cert-manager/templates/deployment.yaml
Expand Up @@ -85,6 +85,7 @@ spec:
- --webhook-dns-names={{ include "webhook.fullname" . }},{{ include "webhook.fullname" . }}.{{ .Release.Namespace }},{{ include "webhook.fullname" . }}.{{ .Release.Namespace }}.svc
ports:
- containerPort: 9402
protocol: TCP
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 0e384f5

Please sign in to comment.