From 0ca68e0be2ca51a68acef2307d2c1cf65e0189e5 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 10 Apr 2026 15:11:58 +0300 Subject: [PATCH] deploy postgresql / or try to --- .../infrastructure/patches/postgresql.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml index 150185b..27e6748 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml @@ -5,11 +5,25 @@ metadata: namespace: postgresql spec: interval: 5m - timeout: 15m + timeout: 2h + + install: + timeout: 2h + remediation: + retries: 3 + + upgrade: + timeout: 2h + remediation: + retries: 3 + values: - global: defaultStorageClass: local-path + image: + registry: cr.yandex/crp3ccidau046kdj8g9q + repository: /contour/postgresql + tag: 17 metrics: enabled: false prometheusRule: