kustomizations: drastically reduce app startup timeouts
This commit is contained in:
parent
0c1e58da75
commit
1bc8835d16
|
@ -7,7 +7,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 1h
|
timeout: 3m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: single-sign-on
|
- name: single-sign-on
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 1h
|
timeout: 3m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: single-sign-on
|
- name: single-sign-on
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 1h
|
timeout: 3m
|
||||||
#dependsOn:
|
#dependsOn:
|
||||||
# - name: single-sign-on
|
# - name: single-sign-on
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 1h
|
timeout: 3m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: single-sign-on
|
- name: single-sign-on
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|
Loading…
Reference in New Issue