3 Commits

Author SHA1 Message Date
29449e2c9f Update Helm release cert-manager to v1.19.4 2026-02-26 03:03:36 +00:00
7fec16ecab Added probes
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-02-25 07:10:50 +00:00
b8655242fa Bump grist mem limit
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-02-25 07:03:07 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ spec:
name: cluster-fun (v2) name: cluster-fun (v2)
source: source:
repoURL: 'https://charts.jetstack.io' repoURL: 'https://charts.jetstack.io'
targetRevision: v1.19.3 targetRevision: v1.19.4
chart: cert-manager chart: cert-manager
helm: helm:
version: v3 version: v3

View File

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

View File

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