Skip to content

Commit

Permalink
fix: add appProcotol to the k8s service for port name 'http' (#169)
Browse files Browse the repository at this point in the history
Add the `appProcotol` field to the k8s service for port name 'http'

This is recommended - and sometimes required - by third-party apps like
Istio or Kuma

Official doc:
https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
  • Loading branch information
bcollard committed Feb 27, 2024
1 parent 8d96f6a commit 8f905de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
targetPort: http
protocol: TCP
name: http
appProtocol: http

0 comments on commit 8f905de

Please sign in to comment.