Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Oct 15, 2024
1 parent 97e410f commit 394c3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gnmic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gnmic-cluster
description: This chart deploys a gNMIc cluster. This application enables users to stream telemetry from gNMI capable routers.
type: application
version: 0.1.4
version: 0.1.5
appVersion: "v0.38.3"
home: https://workfloworchestrator/gnmic-cluster-chart
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/gnmic/templates/service-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
{{/* externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}*/}}
ports:
- port: {{ .Values.service.port }}
targetPort: 7890
Expand Down

0 comments on commit 394c3bc

Please sign in to comment.