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:
|
||||
kubectl apply -k environments/dev --prune=true --all
|
||||
|
||||
prod:
|
||||
kubectl apply -k environments/prod --prune=true --all
|
||||
|
@ -3,9 +3,8 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
|
||||
- metallb
|
||||
- ovh-config.yaml
|
||||
- res
|
||||
- ../../metallb
|
||||
- ../../res
|
||||
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
||||
- longhorn
|
||||
- traefik
|
||||
- ../../longhorn
|
||||
- ../../traefik
|
Loading…
Reference in New Issue
Block a user