This commit is contained in:
Vladyslav Matsiiako
2023-01-28 12:53:51 -08:00
30 changed files with 1025 additions and 52 deletions

View File

@@ -35,11 +35,12 @@ nameOverride: ""
frontend:
name: frontend
podAnnotations: {}
deploymentAnnotations: {}
replicaCount: 2
image:
repository: infisical/frontend
pullPolicy: IfNotPresent
tag: "latest"
pullPolicy: Always
tag: "latest" # It it highly recommended to select a specific tag for prod deployment so it is easy to rollback: https://hub.docker.com/r/infisical/frontend/tags
# kubeSecretRef: some-kube-secret-name
service:
# type of the frontend service
@@ -51,11 +52,12 @@ frontend:
backend:
name: backend
podAnnotations: {}
deploymentAnnotations: {}
replicaCount: 2
image:
repository: infisical/backend
pullPolicy: IfNotPresent
tag: "latest"
pullPolicy: Always
tag: "latest" # It it highly recommended to select a specific tag for prod deployment so it is easy to rollback: https://hub.docker.com/r/infisical/backend/tags
# kubeSecretRef: some-kube-secret-name
service:
annotations: {}
@@ -66,7 +68,7 @@ mongodb:
image:
repository: mongo
pullPolicy: IfNotPresent
tag: "latest"
tag: "latest"
service:
annotations: {}