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-07-26 06:21:45 +00:00
|
|
|
tag: 27.1.1-dind@sha256:a690693976550aba640859bb3c3c29eb323a4f53f684c99b2a8282b14a22308b
|
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
|