mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
7 lines
168 B
Bash
7 lines
168 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
kubectl apply -f config/ha/db-service.yml
|
||
|
kubectl apply -f config/ha/db-pod.yml
|
||
|
kubectl apply -f config/ha/service.yml
|
||
|
kubectl apply -f config/ha/node-a.yml
|