From 337d97cddbf28b7fca25cf75a6e546fc48c890a3 Mon Sep 17 00:00:00 2001 From: ansible Date: Tue, 10 Mar 2026 22:28:34 +0800 Subject: [PATCH] Update k8s manifests --- k8s/infrastructure/longhorn/helmrelease.yaml | 8 ++++++++ k8s/infrastructure/observability/loki.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/k8s/infrastructure/longhorn/helmrelease.yaml b/k8s/infrastructure/longhorn/helmrelease.yaml index a8ca561..410ebb5 100644 --- a/k8s/infrastructure/longhorn/helmrelease.yaml +++ b/k8s/infrastructure/longhorn/helmrelease.yaml @@ -11,6 +11,14 @@ metadata: namespace: longhorn-system spec: interval: 10m + timeout: 10m + install: + remediation: + retries: 3 + upgrade: + remediation: + retries: 3 + remediateLastFailure: true chart: spec: chart: longhorn diff --git a/k8s/infrastructure/observability/loki.yaml b/k8s/infrastructure/observability/loki.yaml index 25364ef..3a5c87e 100644 --- a/k8s/infrastructure/observability/loki.yaml +++ b/k8s/infrastructure/observability/loki.yaml @@ -5,6 +5,14 @@ metadata: namespace: observability spec: interval: 10m + timeout: 10m + install: + remediation: + retries: 3 + upgrade: + remediation: + retries: 3 + remediateLastFailure: true chart: spec: chart: loki