feat(env): Add production value
Makefile and env file update. Also remove root kustomization file, as it is no longer needed.
This commit is contained in:
parent
8297d43b12
commit
feb6e829e0
3
Makefile
3
Makefile
@ -1,2 +1,5 @@
|
|||||||
dev:
|
dev:
|
||||||
kubectl apply -k environments/dev --prune=true --all
|
kubectl apply -k environments/dev --prune=true --all
|
||||||
|
|
||||||
|
prod:
|
||||||
|
kubectl apply -k environments/prod --prune=true --all
|
||||||
|
@ -3,9 +3,8 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
||||||
- metallb
|
- ../../metallb
|
||||||
- ovh-config.yaml
|
- ../../res
|
||||||
- res
|
|
||||||
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
||||||
- longhorn
|
- ../../longhorn
|
||||||
- traefik
|
- ../../traefik
|
Loading…
Reference in New Issue
Block a user