mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 15:11:10 +00:00
12 lines
362 B
Markdown
12 lines
362 B
Markdown
# test stack
|
|
|
|
```bash
|
|
k create ns test
|
|
kubectl config set-context --current --namespace=test
|
|
k apply -f api-deployment.yaml -f client-deployment.yaml
|
|
k apply -f database-persistent-volume-claim.yaml
|
|
k apply -f api-cluster-ip-service.yaml
|
|
k apply -f client-cluster-ip-deployment.yaml
|
|
k apply -f postgres-cluster-ip-service.yaml
|
|
k apply -f ingress-service.yaml
|
|
``` |