Add custom-values.yaml, CUSTOM-README.md

This commit is contained in:
wbsong111
2025-01-10 16:51:18 +09:00
parent 34b6e9063d
commit 1dc1181a03
2 changed files with 145 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
image:
registry: docker.io
persistence:
enabled: true
size: 1Gi
storageClass: longhorn
resources: {}
config:
username: flowise
password: flowise
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
hosts:
- host: flowise.example.org
paths:
- /
tls:
- hosts:
- flowise.example.org
secretName: flowise-tls-secret
postgresql:
enabled: true
primary:
persistence:
enabled: true
size: 8Gi
storageClass: ""