Skip to content

Pod Options

  • .Values.podOptions
podOptions:
enableServiceLinks: false
hostNetwork: false
hostPID: false
hostIPC: false
hostUsers: false
shareProcessNamespace: false
restartPolicy: Always
dnsPolicy: ClusterFirst
dnsConfig:
options:
- name: ndots
value: "1"
hostAliases: []
nodeSelector:
kubernetes.io/arch: "amd64"
defaultSpread: true
topologySpreadConstraints: []
tolerations: []
schedulerName: ""
priorityClassName: ""
runtimeClassName: ""
automountServiceAccountToken: false
terminationGracePeriodSeconds: 60

See Enable Service Links

Default

podOptions:
enableServiceLinks: false

See Host Network

Default

podOptions:
hostNetwork: false

See Host PID

Default

podOptions:
hostPID: false

See Host IPC

Default

podOptions:
hostIPC: false

See Host Users

Default

podOptions:
hostUsers: false

See Share Process Namespace

Default

podOptions:
shareProcessNamespace: false

See Restart Policy

Default

podOptions:
restartPolicy: Always

See DNS Policy

Default

podOptions:
dnsPolicy: ClusterFirst

See DNS Config

Default

podOptions:
dnsConfig:
options:
- name: ndots
value: "1"

See Host Aliases

Default

podOptions:
hostAliases: []

See Node Selector

Default

podOptions:
nodeSelector:
kubernetes.io/arch: "amd64"

Sets some default topology spread constraints for good spread of pods across nodes.

Default

podOptions:
defaultSpread: true

See Topology Spread Constraints

Default

podOptions:
topologySpreadConstraints: []

See Tolerations

Default

podOptions:
tolerations: []

See Scheduler Name

Default

podOptions:
schedulerName: ""

See Priority Class Name

Default

podOptions:
priorityClassName: ""

See Runtime Class Name

Default

podOptions:
runtimeClassName: ""

See Automount Service Account Token

Default

podOptions:
automountServiceAccountToken: false

See Termination Grace Period Seconds

Default

podOptions:
terminationGracePeriodSeconds: 60

podOptions:
enableServiceLinks: false
hostNetwork: false
hostPID: false
hostIPC: false
hostUsers: false
shareProcessNamespace: false
restartPolicy: Always
dnsPolicy: ClusterFirst
dnsConfig:
options:
- name: ndots
value: "1"
hostAliases: []
nodeSelector:
kubernetes.io/arch: "amd64"
defaultSpread: true
topologySpreadConstraints: []
tolerations: []
schedulerName: ""
priorityClassName: ""
runtimeClassName: ""
automountServiceAccountToken: false
terminationGracePeriodSeconds: 60