Skip to content

Commit

Permalink
Merge pull request #36 from infa-ddeore/helm-changes
Browse files Browse the repository at this point in the history
containerPort needs to be same as targetPort
  • Loading branch information
FabianKramm authored Dec 20, 2021
2 parents d221d24 + 8dd6025 commit efe5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- ports:
- name: webhook
containerPort: 443
containerPort: {{ .Values.service.targetPort }}
protocol: TCP
command:
{{- range $f := .Values.jspolicy.command }}
Expand Down

0 comments on commit efe5f05

Please sign in to comment.