diff --git a/apps/metrics/app/release.yaml b/apps/metrics/app/release.yaml index ae2eb27..21e3023 100644 --- a/apps/metrics/app/release.yaml +++ b/apps/metrics/app/release.yaml @@ -18,6 +18,11 @@ spec: retries: 3 values: namespaceOverride: metrics + resources: + requests: + memory: 512Mi + limits: + memory: 1Gi prometheus: monitor: interval: 10s diff --git a/apps/uptime-kuma/app.yaml b/apps/uptime-kuma/app.yaml index cb4810e..8d6ebed 100644 --- a/apps/uptime-kuma/app.yaml +++ b/apps/uptime-kuma/app.yaml @@ -3,6 +3,11 @@ kind: Kustomization namespace: kube-system metadata: name: uptime-kuma +patches: + - patch: |- + - op: replace + path: spec/values/image/tag + value: 1.23.7-debian resources: - app/namespace.yaml - app/release.yaml