You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
cluster | 3 months ago | |
projects | 10 months ago | |
README.md | 11 months ago | |
kustomization.yaml | 11 months ago |
README.md
Intergalactic
This repository holds the configuration files for the cluster.
To apply all of the configs, run:
kustomize build . | kubectl apply -f -
To apply just one application, run:
kustomize build ./cluster/<name> | kubectl apply -f -
# For example, to apply gitea
# kustomize build ./cluster/gitea | kubectl apply -f -