frappe_docker/installation/kubernetes/helm-charts/erpnext/values.yaml
2020-04-19 23:14:17 +05:30

98 lines
1.8 KiB
YAML

# Default values for erpnext.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
nginxImage:
repository: frappe/erpnext-nginx
tag: edge
pullPolicy: IfNotPresent
pythonImage:
repository: frappe/erpnext-worker
tag: edge
pullPolicy: IfNotPresent
socketIOImage:
repository: frappe/frappe-socketio
tag: edge
pullPolicy: IfNotPresent
# Asset Image Env Variables
frappePyPort: "8000"
socketIOPort: "9000"
# Python Image Env Variables
# mariadbHost: "mariadb.mariadb.svc.cluster.local"
# Set this to true to run migrate as part of helm install/upgrade
migrateJob: false
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# Run workers, scheduler and web as root
runAsRoot: false
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
# name:
podSecurityContext:
supplementalGroups: [1000]
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 80
# Additional Services
socketIOService:
type: ClusterIP
port: 9000
redisSocketIOService:
type: ClusterIP
port: 11000
redisQueueService:
type: ClusterIP
port: 12000
redisCacheService:
type: ClusterIP
port: 13000
persistence:
enabled: true
# existingClaim: ""
size: 2Gi
# storageClass: "nfs"
resources: {}
# If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}