mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 08:21:19 -05:00
updates
This commit is contained in:
parent
fe55f1d4b8
commit
28e586ff91
3 changed files with 76 additions and 0 deletions
43
vault/values.yaml
Normal file
43
vault/values.yaml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
vault:
|
||||
|
||||
global:
|
||||
replicas: 1
|
||||
port: 8080
|
||||
|
||||
# image sets the repo and tag of the vault-k8s image to use for the injector.
|
||||
image:
|
||||
repository: "hashicorp/vault-k8s"
|
||||
tag: "1.2.1"
|
||||
pullPolicy: Always
|
||||
|
||||
agentImage:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
|
||||
server:
|
||||
enabled: "-"
|
||||
image:
|
||||
repository: "hashicorp/vault"
|
||||
tag: "1.13.1"
|
||||
pullPolicy: Always
|
||||
|
||||
resources: {}
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: 256Mi
|
||||
# cpu: 250m
|
||||
# limits:
|
||||
# memory: 256Mi
|
||||
# cpu: 250m
|
||||
|
||||
dataStorage:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
storageClass: longhorn
|
||||
accessMode: ReadWriteOnce
|
||||
|
||||
ui:
|
||||
enabled: true
|
||||
externalPort: 8200
|
||||
targetPort: 8200
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue