mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
add prd
This commit is contained in:
parent
28ee277a90
commit
6dcb807697
25 changed files with 783 additions and 1 deletions
13
prd/vault/values.yaml
Normal file
13
prd/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