basic: raise kustomization intervals
This commit is contained in:
parent
56872ebaae
commit
ca9a3611ce
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: gitea
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 30m
|
||||
wait: true
|
||||
timeout: 12h
|
||||
dependsOn:
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: sources
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 30m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: suitecrm
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 30m
|
||||
wait: true
|
||||
timeout: 12h
|
||||
dependsOn:
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: vikunja
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 30m
|
||||
wait: true
|
||||
timeout: 300m
|
||||
dependsOn:
|
||||
|
|
|
@ -4,5 +4,5 @@ metadata:
|
|||
name: gitea
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
interval: 60m
|
||||
url: https://dl.gitea.io/charts/
|
||||
|
|
|
@ -5,5 +5,5 @@ metadata:
|
|||
name: k8s-at-home
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
interval: 60m
|
||||
url: https://k8s-at-home.com/charts/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue