Skip to content

Commit

Permalink
wip: add missing port to controller container definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jun 17, 2024
1 parent a434581 commit 7fdd252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kong/templates/deployment-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ spec:
containerPort: 10255
protocol: TCP
{{- end }}
- name: status
containerPort: 10256
protocol: TCP
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 7fdd252

Please sign in to comment.