global
Default values for deep.
This is a YAML-formatted file.
Declare variables to be passed into your templates.
General config that affect all parts of the chart
Type: object
Path: global
image
define the default image config for all containers
Type: object
Path: global.image
registry
The image registry e.g. docker.io or ghcr.io
Default: docker.io
Type: string
Path: global.image.registry
repository
The name of the docker image to use
Default: intergral/deep
Type: string
Path: global.image.repository
tag
The image tag to use, if not set will default to app version.
Default: null
Type: string
Path: global.image.tag
pullSecrets
The name of the secret to use to pull the image
- github-pull-secret
Default: []
Type: list
Path: global.image.pullSecrets
pullPolicy
How and when the image should be pulled, if using a specific version such as '0.1.5' it
is recommended to use `IfNotPresent`, otherwise use `Always`.
Default: IfNotPresent
Type: string
Path: global.image.pullPolicy
priorityClassName
Overrides the priorityClassName for all pods
Default: null
Type: string
Path: global.priorityClassName
clusterDomain
configures cluster domain ("cluster.local" by default)
Default: 'cluster.local'
Type: string
Path: global.clusterDomain
dnsService
configures DNS service name
Default: 'kube-dns'
Type: string
Path: global.dnsService
dnsNamespace
configures DNS service namespace
Default: 'kube-system'
Type: string
Path: global.dnsNamespace