You've already forked postfixadmin-fetchmail-charts
Initial Commit
This commit is contained in:
95
values.yaml
Normal file
95
values.yaml
Normal file
@ -0,0 +1,95 @@
|
||||
# Default values for postfixadmin-fetchmail.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
image:
|
||||
repository: docker.io/volkerraschek/fetchmail
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
# Annotations to add to the service account
|
||||
annotations: {}
|
||||
# The name of the service account to use.
|
||||
# If not set and create is true, a name is generated using the fullname template
|
||||
name: ""
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
schedule: "*/10 * * * *"
|
||||
|
||||
config:
|
||||
# DATABASE_TYPE
|
||||
# Currently will be only postgres, mysql and mariadb supported. About the
|
||||
# environment variable DATABASE_TYPE can the backend type defined. The value
|
||||
# is required.
|
||||
# https://github.com/volker-raschek/fetchmail-docker#database_type
|
||||
# DATABASE_TYPE:
|
||||
|
||||
# DATABASE_USER
|
||||
# The environment variable DATABASE_USER is undefined and required. The value
|
||||
# contains the database user which one fetchmail use to login.
|
||||
# https://github.com/volker-raschek/fetchmail-docker#database_user
|
||||
# DATABASE_USER:
|
||||
|
||||
# DATABASE_PASSWORD
|
||||
# The environment variable DATABASE_PASSWORD is undefined and required. The
|
||||
# value contains the password of the database user which one fetchmail use to
|
||||
# login.
|
||||
# https://github.com/volker-raschek/fetchmail-docker#database_password
|
||||
# DATABASE_PASSWORD:
|
||||
|
||||
# DATABASE_HOST
|
||||
# The environment variable DATABASE_PASSWORD is undefined and required. The
|
||||
# value contains the password of the database user which one fetchmail use to
|
||||
# login.
|
||||
# https://github.com/volker-raschek/fetchmail-docker#database_host
|
||||
# DATABASE_HOST:
|
||||
|
||||
# DATABASE_PORT
|
||||
# The environment variable DATABASE_PORT is undefined and required. The value
|
||||
# contains the port of the host, where the database is listen on.
|
||||
# https://github.com/volker-raschek/postfixadmin-docker#postfixadmin_database_port
|
||||
# DATABASE_PORT:
|
||||
|
||||
# DATABASE_NAME
|
||||
# The environment variable DATABASE_NAME is undefined and required. The value
|
||||
# contains the name of the database against which should be logged in.
|
||||
# https://github.com/volker-raschek/postfixadmin-docker#postfixadmin_database_name
|
||||
# DATABASE_NAME:
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. 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
|
||||
|
||||
affinity: {}
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
Reference in New Issue
Block a user