Skip to content

Commit 54c1221

Browse files
committed
feat: add targetPort in values.yaml
1 parent 2ba52b3 commit 54c1221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/oauth2-proxy/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ service:
153153
externalTrafficPolicy: ""
154154
# configure internalTrafficPolicy
155155
internalTrafficPolicy: ""
156+
# configure service target port
157+
# useful when there's need to route requests to sidecar containers first
158+
targetPort:
156159

157160
## Create or use ServiceAccount
158161
serviceAccount:

0 commit comments

Comments
 (0)