hello moto (#144)

Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
This commit is contained in:
vilorij 2020-11-16 01:56:56 +03:00 committed by GitHub
parent b4f674bdc6
commit 1e465d8633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: