Skip to content

Commit

Permalink
fix: allow frontend service type overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Dec 28, 2022
1 parent bef857a commit 2143976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm-charts/infisical/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kind: Service
metadata:
name: infisical-frontend-service
spec:
type: {{ .Values.frontend.service.type }}
selector:
app: frontend
ports:
Expand Down
3 changes: 2 additions & 1 deletion helm-charts/infisical/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ frontend:
pullPolicy: IfNotPresent
tag: "latest"
# kubeSecretRef: some-kube-secret-name

service:
type: ClusterIP

backend:
replicaCount: 1
Expand Down

0 comments on commit 2143976

Please sign in to comment.