first commit

This commit is contained in:
2025-07-04 19:51:51 +05:30
commit 42895beb8c
72 changed files with 2584 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
name: jellystat
namespace: prod
image:
repository: cyfershepard/jellystat
tag: "1.1.6"
env:
dbName: jfstat
dbUser: postgres
secrets:
db:
secretName: jellystat-secret
secretKey: password
jwt:
secretName: jellystat-secret
secretKey: jwt
persistence:
enabled: true
existingClaim: true
claimName: longhorn-jellystat-data
service:
type: LoadBalancer
port: 3001