We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b387d35 commit 0c78710Copy full SHA for 0c78710
Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: warre
3
description: A Helm chart for warre
4
type: application
5
-version: 2.4.6
+version: 2.4.7
6
appVersion: 5.0.0-7-g9b4ea80
7
sources:
8
- https://github.com/NeCTAR-RC/warre-helm.git
templates/service.yaml
@@ -6,6 +6,7 @@ metadata:
{{- include "warre.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
9
+ externalTrafficPolicy: Local
10
ports:
11
- port: {{ .Values.service.port }}
12
targetPort: http
0 commit comments