57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
|
image:
|
||
|
repository: docker
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 25.0.5-dind@sha256:b1ac36e3c085b33768515badcfbc3cd2b7469bd2f5973a744dd27ea7d9167fa5
|
||
|
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
|