Files
homelab/vault/values.yaml
2023-04-30 14:30:50 -05:00

42 lines
791 B
YAML

vault:
global:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image:
repository: "registry.durp.info/hashicorp/vault-k8s"
tag: "1.2.1"
pullPolicy: Always
agentImage:
repository: "registry.durp.info/hashicorp/vault"
tag: "1.13.1"
server:
enabled: "-"
image:
repository: "registry.durp.info/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: false
externalPort: 8200
targetPort: 8200