Skip to content

global

Default values for deep.
This is a YAML-formatted file.
Declare variables to be passed into your templates.

Type: object

Path: global


image

Type: object

Path: global.image


registry

define the default image config for all containers

Default: docker.io

Type: string

Path: global.image.registry


repository

Default: intergral/deep

Type: string

Path: global.image.repository


tag

Default: null

Type: string

Path: global.image.tag


pullSecrets

Default: []

Type: list

Path: global.image.pullSecrets


pullPolicy

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


nodeSelector

Node selector for all pods

Default: {}

Type: string

Path: global.nodeSelector