Files
provisioning/ansible-5/roles/prod.k3s/files/stash/values.yaml
2026-05-11 21:02:13 -04:00

46 lines
1.1 KiB
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.31.1
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-production
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
hosts:
- stash.xai-corp.net
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: /root/.stash
accessMode: ReadWriteOnce
# size: 1Gi
existingClaim: stash-pv-claim
# subPath:
media:
enabled: false
mountPath: /media
accessMode: ReadWriteOnce
size: 1Gi
# existingClaim: stash-pv-claim
# subPath: