zot fix
This commit is contained in:
parent
5bfeffe31f
commit
a85fac9002
@ -49,13 +49,15 @@ spec:
|
|||||||
- name: zot-data
|
- name: zot-data
|
||||||
mountPath: /var/lib/registry
|
mountPath: /var/lib/registry
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /v2/, port: http }
|
tcpSocket:
|
||||||
|
port: 5000
|
||||||
|
initialDelaySeconds: 2
|
||||||
|
periodSeconds: 5
|
||||||
|
livenessProbe:
|
||||||
|
tcpSocket:
|
||||||
|
port: 5000
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
livenessProbe:
|
|
||||||
httpGet: { path: /v2/, port: http }
|
|
||||||
initialDelaySeconds: 15
|
|
||||||
periodSeconds: 20
|
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: "50m", memory: "64Mi" }
|
requests: { cpu: "50m", memory: "64Mi" }
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user