Skip to content

Commit

Permalink
firezone-relay: support lb class (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intuinewin authored Feb 7, 2025
1 parent eb26082 commit b032d45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firezone-relay/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: firezone-relay
version: 0.18.0
version: 0.18.1
appVersion: 709037bce5248589f6b7ab3f87ffc37e022e3b8e
type: application
description: A Helm chart for deploying a firezone relay
Expand Down
3 changes: 3 additions & 0 deletions firezone-relay/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if .Values.service.loadBalancerClass }}
loadBalancerClass: {{ .Values.service.loadBalancerClass }}
{{- end }}
ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }}
{{- with .Values.service.ipFamilies }}
ipFamilies:
Expand Down
1 change: 1 addition & 0 deletions firezone-relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ service:
ipFamilies:
- IPv4
externalTrafficPolicy: Local
loadBalancerClass: ""

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit b032d45

Please sign in to comment.