mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 15:13:55 -05:00
47 lines
756 B
YAML
47 lines
756 B
YAML
image:
|
|
repository: infisical/cli
|
|
tag: "0.43.0"
|
|
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"
|
|
|
|
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
|