57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
image:
|
|
repository: docker
|
|
pullPolicy: IfNotPresent
|
|
tag: 26.1.0-dind@sha256:308c63f771a0596e23f6007f537c8e1d77c8cf68864f0a5a6fc476c69b9b7416
|
|
hostNetwork: true
|
|
securityContext:
|
|
container:
|
|
privileged: true
|
|
readOnlyRootFilesystem: false
|
|
allowPrivilegeEscalation: true
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 0
|
|
service:
|
|
main:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
main:
|
|
port: 2376
|
|
type: https
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
initialDelaySeconds: 30
|
|
type: tcp
|
|
readiness:
|
|
initialDelaySeconds: 30
|
|
type: tcp
|
|
startup:
|
|
initialDelaySeconds: 30
|
|
type: tcp
|
|
env:
|
|
DOCKER_TLS_CERTDIR: /certs
|
|
type: StatefulSet
|
|
replicas: 1
|
|
strategy: RollingUpdate
|
|
persistence:
|
|
docker-certs-ca:
|
|
enabled: true
|
|
mountPath: /config
|
|
volumeClaimTemplates:
|
|
docker-certs-client:
|
|
enabled: true
|
|
mountPath: /certs/client
|
|
docker:
|
|
enabled: true
|
|
mountPath: /var/lib/docker
|
|
portal:
|
|
open:
|
|
enabled: false
|