2022-02-24 15:49:25 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: docker
|
2022-02-24 15:49:25 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-05-25 00:27:18 +00:00
|
|
|
tag: 26.1.3-dind@sha256:a811114bcd41954bc9b6577469ce7e648ee600c864e815e535aac79e50439352
|
2023-04-30 19:15:20 +00:00
|
|
|
hostNetwork: true
|
2022-02-24 15:49:25 +00:00
|
|
|
securityContext:
|
2023-04-30 19:15:20 +00:00
|
|
|
container:
|
|
|
|
privileged: true
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
fsGroup: 0
|
2022-02-24 15:49:25 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
2023-04-30 19:15:20 +00:00
|
|
|
type: ClusterIP
|
2022-02-24 15:49:25 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 2376
|
2023-09-16 08:49:10 +00:00
|
|
|
type: https
|
2023-04-30 19:15:20 +00:00
|
|
|
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
|
2022-02-24 15:49:25 +00:00
|
|
|
persistence:
|
|
|
|
docker-certs-ca:
|
|
|
|
enabled: true
|
2022-10-16 19:41:13 +00:00
|
|
|
mountPath: /config
|
2022-02-24 15:49:25 +00:00
|
|
|
volumeClaimTemplates:
|
|
|
|
docker-certs-client:
|
|
|
|
enabled: true
|
2022-10-16 19:41:13 +00:00
|
|
|
mountPath: /certs/client
|
2022-02-24 15:49:25 +00:00
|
|
|
docker:
|
|
|
|
enabled: true
|
2022-10-16 19:41:13 +00:00
|
|
|
mountPath: /var/lib/docker
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-30 19:15:20 +00:00
|
|
|
open:
|
|
|
|
enabled: false
|