mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
fix: allow frontend service type overrides
This commit is contained in:
@ -41,6 +41,7 @@ kind: Service
|
||||
metadata:
|
||||
name: infisical-frontend-service
|
||||
spec:
|
||||
type: {{ .Values.frontend.service.type }}
|
||||
selector:
|
||||
app: frontend
|
||||
ports:
|
||||
|
@ -10,7 +10,8 @@ frontend:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
# kubeSecretRef: some-kube-secret-name
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
backend:
|
||||
replicaCount: 1
|
||||
|
Reference in New Issue
Block a user