gitea liveness probes and some config updates
This commit is contained in:
@@ -77,13 +77,13 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: http
|
port: http
|
||||||
#resources:
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# memory: "300Mi"
|
memory: "300Mi"
|
||||||
# cpu: "150m"
|
cpu: "150m"
|
||||||
# limits:
|
limits:
|
||||||
# memory: "512Mi"
|
memory: "512Mi"
|
||||||
# cpu: "1000m"
|
cpu: "1000m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user