Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: openspeedtest
sources:
- https://github.com/openspeedtest/Helm-chart
type: application
version: 0.1.2
version: 0.1.3
4 changes: 4 additions & 0 deletions templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "openspeedtest.fullname" . }}
labels:
{{- include "openspeedtest.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if eq .Values.service.type "LoadBalancer" }}
Expand Down
2 changes: 2 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ service:
type: LoadBalancer
#loadBalancerIP: 10.10.10.10
port: 3000
annotations: {}
# cloud.google.com/neg: '{"ingress": true}'

ingress:
enabled: false
Expand Down