fix(flux): point cluster kustomization at each app's overlays/prod
This commit is contained in:
parent
6674264bad
commit
216a363c66
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../apps
|
- ../nxtgauge-backend-rust/overlays/prod
|
||||||
|
- ../nxtgauge-frontend-solid/overlays/prod
|
||||||
|
- ../nxtgauge-admin-solid/overlays/prod
|
||||||
|
- ../nxtgauge-ai-assistant/overlays/prod
|
||||||
|
- ../ollama/base
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue