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