Files
provisioning/ansible-5/roles/prod.k3s/files/stash/values.yaml
2024-09-14 08:59:40 -04:00

24 lines
548 B
YAML

---
#values file for stash deployment
#https://github.com/k8s-at-home/charts/blob/master/charts/stable/stash/values.yaml
#https://github.com/stashapp/stash
image:
repository: stashapp/stash
tag: v0.26.2
ingress:
main:
enabled: false
hosts:
- host: stash.xai-corp.net
paths:
- path: /
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls
persistence:
config:
enabled: true
existingClaim: stash-pv-claim