deep
Type: object
Path: deep
podLabels
Global labels for all deep pods
Default: {}
Type: string
Path: deep.podLabels
podAnnotations
Common annotations for all pods
Default: {}
Type: string
Path: deep.podAnnotations
podSecurityContext
podSecurityContext holds pod-level security attributes and common container settings
Type: object
Path: deep.podSecurityContext
fsGroup
Default: 1000
Type: number
Path: deep.podSecurityContext.fsGroup
readinessProbe
Type: object
Path: deep.readinessProbe
httpGet
Type: object
Path: deep.readinessProbe.httpGet
path
Default: /ready
Type: string
Path: deep.readinessProbe.httpGet.path
port
Default: http-metrics
Type: string
Path: deep.readinessProbe.httpGet.port
initialDelaySeconds
Default: 30
Type: number
Path: deep.readinessProbe.initialDelaySeconds
timeoutSeconds
Default: 1
Type: number
Path: deep.readinessProbe.timeoutSeconds
securityContext
SecurityContext holds container-level security attributes and common container settings
Type: object
Path: deep.securityContext
runAsNonRoot
Default: true
Type: boolean
Path: deep.securityContext.runAsNonRoot
runAsUser
Default: 1000
Type: number
Path: deep.securityContext.runAsUser
runAsGroup
Default: 1000
Type: number
Path: deep.securityContext.runAsGroup
allowPrivilegeEscalation
Default: false
Type: boolean
Path: deep.securityContext.allowPrivilegeEscalation
capabilities
Type: object
Path: deep.securityContext.capabilities
drop
Type: list
Path: deep.securityContext.capabilities.drop
0
Default: ALL
Type: string
Path: deep.securityContext.capabilities.drop.0
readOnlyRootFilesystem
Default: true
Type: boolean
Path: deep.securityContext.readOnlyRootFilesystem
memberlist
Type: object
Path: deep.memberlist
appProtocol
Adds the appProtocol field to the memberlist service. This allows memberlist to work with
istio protocol selection. Set the optional service protocol. Ex: "tcp", "http" or "https".
Default: null
Type: string
Path: deep.memberlist.appProtocol