Make auth services wait for postgresql

This commit is contained in:
Kochetkov S 2026-05-28 18:47:36 +03:00
parent d2993c5b82
commit 3e3ba52a04
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ metadata:
spec: spec:
interval: 5m interval: 5m
timeout: 15m timeout: 15m
dependsOn:
- name: postgresql
namespace: postgresql
values: values:
global: global:
defaultStorageClass: local-path defaultStorageClass: local-path

View File

@ -6,6 +6,9 @@ metadata:
spec: spec:
interval: 5m interval: 5m
timeout: 10m timeout: 10m
dependsOn:
- name: postgresql
namespace: postgresql
values: values:
postgresqlSecret: postgresqlSecret:
create: false create: false