Skip to content
Snippets Groups Projects
Commit 1bc8835d authored by xeruf's avatar xeruf
Browse files

kustomizations: drastically reduce app startup timeouts

parent 0c1e58da
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ spec: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment