mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: update k8s example files
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
fa641d3578
commit
2443bd1cb8
9 changed files with 17 additions and 104 deletions
|
@ -90,8 +90,7 @@ Attributes:
|
|||
```
|
||||
|
||||
```bash
|
||||
❯ docker compose build && (docker compose rm; docker volume rm teepot_vault-storage teepot_ha-raft-1 teepot_shared-1 teepot_ha-raft-2 teepot_shared-2 teepot_ha-raft-3 teepot_shared-3; docke
|
||||
r compose up --remove-orphans vault-1 tvu-1)
|
||||
❯ docker compose build && (docker compose rm; docker volume rm teepot_vault-storage teepot_ha-raft-1 teepot_ha-raft-2 teepot_ha-raft-3; docker compose up --remove-orphans vault-1 tvu-1)
|
||||
❯ (id=$(docker create teepot-vault-admin-sgx-azure); docker cp $id:/app/teepot-vault-admin-sgx-azure.sig ~/teepot-vault-admin-sgx-azure.sig; docker rm -v $id)
|
||||
❯ gramine-sgx-sigstruct-view ~/teepot-vault-admin-sgx-azure.sig
|
||||
Attributes:
|
||||
|
@ -138,7 +137,6 @@ Start the vault service and pod and forward the port
|
|||
```bash
|
||||
❯ kubectl apply \
|
||||
-f examples/k8s/data-1-persistentvolumeclaim.yaml \
|
||||
-f examples/k8s/shared-1-persistentvolumeclaim.yaml \
|
||||
-f examples/k8s/vault-1-pod.yaml \
|
||||
-f examples/k8s/vault-1-service.yaml
|
||||
❯ kubectl port-forward pods/vault-1 8443
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue