mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
42 lines
628 B
YAML
42 lines
628 B
YAML
image:
|
|
repository: infisical/infisical-gateway
|
|
pullPolicy: IfNotPresent
|
|
tag: "latest"
|
|
|
|
# Environment variables for the gateway
|
|
env:
|
|
TOKEN: ""
|
|
INFISICAL_API_URL: "https://app.infisical.com/api"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
create: true
|
|
automount: true
|
|
annotations: {}
|
|
name: ""
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
affinity: {}
|
|
tolerations: {}
|
|
nodeSelector: {}
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: false
|