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