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:
Tanguy Herbron 2023-01-03 01:27:06 +01:00
parent 8297d43b12
commit feb6e829e0
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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