Make auth services wait for postgresql
This commit is contained in:
parent
d2993c5b82
commit
3e3ba52a04
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user