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 name: gitea
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 10m
retryInterval: 1m
wait: true wait: true
timeout: 1h timeout: 1h
dependsOn: dependsOn:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,7 @@ flux create kustomization stackspout \
--source=GitRepository/stackspout \ --source=GitRepository/stackspout \
--path="./basic/infrastructure/kustomizations/" \ --path="./basic/infrastructure/kustomizations/" \
--prune=true \ --prune=true \
--interval=30m --interval=5m
python $(dirname "$0")/../generate_secrets.py vikunja python $(dirname "$0")/../generate_secrets.py vikunja
python $(dirname "$0")/../generate_secrets.py gitea python $(dirname "$0")/../generate_secrets.py gitea