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
|
@ -40,9 +40,9 @@ spec:
|
|||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- curl
|
||||
- -k
|
||||
- https://localhost:8210/v1/sys/health
|
||||
- curl
|
||||
- -k
|
||||
- https://localhost:8210/v1/sys/health
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
ports:
|
||||
|
@ -60,8 +60,6 @@ spec:
|
|||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /opt/vault/tls
|
||||
name: shared-3
|
||||
- mountPath: /opt/vault/data
|
||||
name: data-3
|
||||
- image: matterlabsrobot/teepot-vault-unseal-sgx-azure:latest
|
||||
|
@ -83,15 +81,9 @@ spec:
|
|||
sgx.intel.com/epc: "10Mi"
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /opt/vault/tls
|
||||
name: shared-3
|
||||
restartPolicy: Never
|
||||
volumes:
|
||||
- name: shared-3
|
||||
persistentVolumeClaim:
|
||||
claimName: shared-3
|
||||
- name: data-3
|
||||
persistentVolumeClaim:
|
||||
claimName: data-3
|
||||
status: {}
|
||||
status: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue