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