Use persistent volume claim with stash
This commit is contained in:
14
ansible-5/roles/prod.k3s/files/stash/values.yaml
Normal file
14
ansible-5/roles/prod.k3s/files/stash/values.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
#values file for stash deployment
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: stash.xai-corp.net
|
||||
paths:
|
||||
- path: /opt/stash
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: stash-pv-claim
|
||||
Reference in New Issue
Block a user