mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
9 lines
259 B
Bash
Executable File
9 lines
259 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kubectl apply -f config/ha/db-service.yml
|
|
kubectl apply -f config/ha/db-pod.yml
|
|
kubectl apply -f config/ha/zk-service.yml
|
|
kubectl apply -f config/ha/zk-pod.yml
|
|
kubectl apply -f templates/services/hotwarm.yml
|
|
kubectl apply -f config/ha/hot-warm.yml
|