mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Add dev
This commit is contained in:
parent
06be8dc6cc
commit
58ec1995df
27 changed files with 862 additions and 2 deletions
13
dev/vault/values.yaml
Normal file
13
dev/vault/values.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
vault:
|
||||
global:
|
||||
enabled: true
|
||||
tlsDisable: false
|
||||
externalVaultAddr: "https://vault.infra.durp.info"
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
cpu: 250m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
cpu: 250m
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue