Skip to content

ATLAS-Analytics/Frontier-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontier-deployment

for Frontier FluxCD deployment

need to run this:

flux create source git frontier-latest
--url=https://github.com/ATLAS-Analytics/Frontier-deployment
--branch=main
--interval=3m
--export \

source.yaml

flux create kustomization frontier-latest
--source=frontier-latest
--path="./deploy/prod/"
--prune=false
--interval=5m
--export \

kustomization.yaml

To actually start it at the cluster do:

flux create source git frontier-latest
--url=https://github.com/ATLAS-Analytics/Frontier-deployment
--branch=main --interval=3m

flux create kustomization frontier-latest
--source=frontier-latest
--path="./deploy/prod/" --prune=false --interval=5m

flux reconcile kustomization --with-source frontier-latest

flux get kustomizations --watch

About

for Frontier FluxCD deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published