Skip to content

Commit

Permalink
Set external traffic policy to local
Browse files Browse the repository at this point in the history
Change-Id: Ibc74b018a70be5f1cfd295e857588673c2b1c284
  • Loading branch information
sorrison committed Jan 31, 2025
1 parent 1927325 commit 9f04445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: taynac
description: A Helm chart for taynac
type: application
version: 1.0.12
version: 1.0.13
appVersion: 1.0.0-3-gf45da36
dependencies:
- name: common
Expand Down
1 change: 1 addition & 0 deletions templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
{{- include "taynac.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
externalTrafficPolicy: Local
ports:
- port: {{ .Values.service.port }}
targetPort: http
Expand Down

0 comments on commit 9f04445

Please sign in to comment.