add kubernetes configuration
This commit is contained in:
8
12-deploying-containers/kubernetes/Makefile
Normal file
8
12-deploying-containers/kubernetes/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
.PHONY: deploy-postgres
|
||||
deploy-postgres:
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install db bitnami/postgresql --set auth.postgresPassword=foobarbaz
|
||||
|
||||
.PHONY: deploy-app
|
||||
deploy-app:
|
||||
kubectl apply -f .
|
||||
Reference in New Issue
Block a user