Files
infisical/helm-charts/infisical-gateway/values.yaml
2025-12-09 12:20:48 +04:00

52 lines
1006 B
YAML

image:
repository: infisical/cli
tag: "0.43.39"
pullPolicy: IfNotPresent
secret:
# The secret that contains the environment variables to be used by the gateway, such as INFISICAL_API_URL and TOKEN
name: "infisical-gateway-environment"
gateway:
# Specify where to save PAM session recordings. This directory will always be created when the gateway starts.
# Defaults to /var/lib/infisical/session_recordings.
pamSessionRecordingsDirectory: /var/lib/infisical/session_recordings
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
automount: true
createAsAuthDelegator: true
annotations: {}
name: ""
podAnnotations: {}
podLabels: {}
podSecurityContext:
runAsNonRoot: true
securityContext:
runAsNonRoot: true
runAsUser: 1000
affinity: {}
tolerations: {}
nodeSelector: {}
service:
type: ClusterIP
port: 80
ingress:
enabled: false