Compare commits
3 Commits
9ccc72005c
...
29449e2c9f
| Author | SHA1 | Date | |
|---|---|---|---|
| 29449e2c9f | |||
|
7fec16ecab
|
|||
|
b8655242fa
|
@@ -110,7 +110,7 @@ spec:
|
||||
requests:
|
||||
memory: 300M
|
||||
limits:
|
||||
memory: 300M
|
||||
memory: 600M
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
|
||||
@@ -39,16 +39,16 @@ spec:
|
||||
memory: 50Mi
|
||||
requests:
|
||||
memory: 50Mi
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /healthz
|
||||
# port: web
|
||||
# initialDelaySeconds: 10
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /healthz
|
||||
# port: web
|
||||
# initialDelaySeconds: 10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: web
|
||||
initialDelaySeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: web
|
||||
initialDelaySeconds: 10
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
||||
Reference in New Issue
Block a user