mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
52 lines
1006 B
YAML
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
|