basic: raise kustomization intervals

This commit is contained in:
xeruf 2022-07-03 18:08:12 +01:00
parent 56872ebaae
commit ca9a3611ce
7 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ metadata:
name: gitea
namespace: flux-system
spec:
interval: 5m
interval: 30m
wait: true
timeout: 12h
dependsOn:

View File

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

View File

@ -5,7 +5,7 @@ metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 5m
interval: 30m
wait: true
timeout: 12h
dependsOn:

View File

@ -5,7 +5,7 @@ metadata:
name: vikunja
namespace: flux-system
spec:
interval: 5m
interval: 30m
wait: true
timeout: 300m
dependsOn:

View File

@ -4,5 +4,5 @@ metadata:
name: gitea
namespace: flux-system
spec:
interval: 10m
interval: 60m
url: https://dl.gitea.io/charts/

View File

@ -5,5 +5,5 @@ metadata:
name: k8s-at-home
namespace: flux-system
spec:
interval: 10m
interval: 60m
url: https://k8s-at-home.com/charts/

View File

@ -6,14 +6,14 @@ echo "Creating / updating gitRepository stackspout in namespace stackspout"
flux create source git stackspout \
--url=https://open.greenhost.net/xeruf/stackspout.git \
--branch=main \
--interval=3m
--interval=5m
echo "Creating / updating kustomization stackspout in namespace stackspout"
flux create kustomization stackspout \
--source=GitRepository/stackspout \
--path="./basic/clusters/production/" \
--prune=true \
--interval=3m
--interval=30m
python $STACKSPIN/install/generate_secrets.py vikunja
python $STACKSPIN/install/generate_secrets.py gitea