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