Skip to content
Snippets Groups Projects
Commit 0c1e58da authored by xeruf's avatar xeruf
Browse files

kustomizations: add short retryInterval

parent 163feed4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ metadata:
name: gitea
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:
......
......@@ -4,7 +4,8 @@ metadata:
name: kimai
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:
......
......@@ -4,7 +4,8 @@ metadata:
name: stackspout-namespace
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout
......
......@@ -4,7 +4,8 @@ metadata:
name: stackspout-sources
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout
......
......@@ -4,7 +4,8 @@ metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
#dependsOn:
......
......@@ -5,7 +5,8 @@ metadata:
name: vikunja
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:
......
......@@ -13,7 +13,7 @@ flux create kustomization stackspout \
--source=GitRepository/stackspout \
--path="./basic/infrastructure/kustomizations/" \
--prune=true \
--interval=30m
--interval=5m
python $(dirname "$0")/../generate_secrets.py vikunja
python $(dirname "$0")/../generate_secrets.py gitea
......
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