fix: allow frontend service type overrides

This commit is contained in:
jon4hz
2022-12-28 15:16:36 +01:00
parent bef857a7dc
commit 21439761c3
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@ kind: Service
metadata:
name: infisical-frontend-service
spec:
type: {{ .Values.frontend.service.type }}
selector:
app: frontend
ports:

View File

@ -10,7 +10,8 @@ frontend:
pullPolicy: IfNotPresent
tag: "latest"
# kubeSecretRef: some-kube-secret-name
service:
type: ClusterIP
backend:
replicaCount: 1