mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
hello moto (#144)
Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
This commit is contained in:
parent
b4f674bdc6
commit
1e465d8633
@ -1,6 +1,6 @@
|
||||
server:
|
||||
dev:
|
||||
enabled: true
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
path: "/v1/sys/health?standbyok=true&sealedcode=204&uninitcode=204"
|
||||
@ -16,10 +16,19 @@ server:
|
||||
- mountPath: /vault-init
|
||||
name: vault-init
|
||||
|
||||
postStart:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- "/vault-init/init.vault.sh"
|
||||
dataStorage:
|
||||
enabled: true
|
||||
# Size of the PVC created
|
||||
size: 10Gi
|
||||
# Location where the PVC will be mounted.
|
||||
mountPath: "/vault/data"
|
||||
# Name of the storage class to use. If null it will use the
|
||||
# configured default Storage Class.
|
||||
storageClass: null
|
||||
# Access Mode of the storage device being used for the PVC
|
||||
accessMode: ReadWriteOnce
|
||||
# Annotations to apply to the PVC
|
||||
annotations: {}
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
Loading…
Reference in New Issue
Block a user