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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,5 +5,5 @@ metadata:
name: k8s-at-home name: k8s-at-home
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 60m
url: https://k8s-at-home.com/charts/ 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 \ flux create source git stackspout \
--url=https://open.greenhost.net/xeruf/stackspout.git \ --url=https://open.greenhost.net/xeruf/stackspout.git \
--branch=main \ --branch=main \
--interval=3m --interval=5m
echo "Creating / updating kustomization stackspout in namespace stackspout" echo "Creating / updating kustomization stackspout in namespace stackspout"
flux create kustomization stackspout \ flux create kustomization stackspout \
--source=GitRepository/stackspout \ --source=GitRepository/stackspout \
--path="./basic/clusters/production/" \ --path="./basic/clusters/production/" \
--prune=true \ --prune=true \
--interval=3m --interval=30m
python $STACKSPIN/install/generate_secrets.py vikunja python $STACKSPIN/install/generate_secrets.py vikunja
python $STACKSPIN/install/generate_secrets.py gitea python $STACKSPIN/install/generate_secrets.py gitea