kustomizations: add short retryInterval

This commit is contained in:
xeruf 2022-07-12 22:45:06 +01:00
parent 163feed413
commit 0c1e58da75
7 changed files with 13 additions and 7 deletions

View File

@ -4,7 +4,8 @@ metadata:
name: gitea
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:

View File

@ -4,7 +4,8 @@ metadata:
name: kimai
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:

View File

@ -4,7 +4,8 @@ metadata:
name: stackspout-namespace
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -4,7 +4,8 @@ metadata:
name: stackspout-sources
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -4,7 +4,8 @@ metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
#dependsOn:

View File

@ -5,7 +5,8 @@ metadata:
name: vikunja
namespace: flux-system
spec:
interval: 5m
interval: 10m
retryInterval: 1m
wait: true
timeout: 1h
dependsOn:

View File

@ -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