mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
63 lines
1.0 KiB
YAML
63 lines
1.0 KiB
YAML
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
infisical:
|
|
enabled: true
|
|
name: infisical
|
|
autoDatabaseSchemaMigration: true
|
|
fullnameOverride: ""
|
|
podAnnotations: {}
|
|
deploymentAnnotations: {}
|
|
replicaCount: 2
|
|
|
|
image:
|
|
repository: infisical/infisical
|
|
tag: "v0.46.3-postgres"
|
|
pullPolicy: IfNotPresent
|
|
|
|
affinity: {}
|
|
kubeSecretRef: "infisical-secrets"
|
|
service:
|
|
annotations: {}
|
|
type: ClusterIP
|
|
nodePort: ""
|
|
|
|
resources:
|
|
limits:
|
|
memory: 300Mi
|
|
requests:
|
|
cpu: 290m
|
|
|
|
ingress:
|
|
enabled: true
|
|
hostName: ""
|
|
ingressClassName: nginx
|
|
nginx:
|
|
enabled: true
|
|
annotations: {}
|
|
tls:
|
|
[]
|
|
# - secretName: letsencrypt-prod
|
|
# hosts:
|
|
# - some.domain.com
|
|
|
|
postgresql:
|
|
enabled: true
|
|
name: "postgresql"
|
|
fullnameOverride: "postgresql"
|
|
auth:
|
|
username: infisical
|
|
password: root
|
|
database: infisicalDB
|
|
|
|
redis:
|
|
enabled: true
|
|
name: "redis"
|
|
fullnameOverride: "redis"
|
|
cluster:
|
|
enabled: false
|
|
usePassword: true
|
|
auth:
|
|
password: "mysecretpassword"
|
|
architecture: standalone
|