1 Commits

Author SHA1 Message Date
9ccc72005c Update Helm release cert-manager to v1.19.4 2026-02-25 03:20:39 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ spec:
requests:
memory: 300M
limits:
memory: 600M
memory: 300M
securityContext:
capabilities:
add:

View File

@@ -39,16 +39,16 @@ spec:
memory: 50Mi
requests:
memory: 50Mi
livenessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
# livenessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
# readinessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
---
apiVersion: networking.k8s.io/v1
kind: Ingress