add hashicorp vault helm [ci skip]

This commit is contained in:
Viktor Barzin 2025-11-30 15:55:47 +00:00
parent c93b1ab901
commit 1e8e855b51
3 changed files with 32 additions and 23 deletions

View file

@ -1,24 +1,23 @@
global:
namespace: "vault"
image:
repository: "hashicorp/vault-k8s"
tag: "1.7.0"
agentImage:
repository: "hashicorp/vault"
tag: "1.20.4"
injector:
metrics:
enabled: true
server:
image:
repository: "hashicorp/vault"
tag: "1.20.4"
enabled: true
volumes:
- name: data
emptyDir: {}
ingress:
enabled: true
annotations:
"kubernetes.io/ingress.class": "nginx"
"nginx.ingress.kubernetes.io/auth-tls-verify-client": "on"
"nginx.ingress.kubernetes.io/auth-tls-secret": "default/ca-secret"
hosts:
- host: "${host}"
paths:
- /
tls:
- secretName: ${tls_secret_name}
hosts:
- "${host}"
enabled: false
ui:
enabled: true