first commit
This commit is contained in:
27
clusters/default/apps/jellystat/Values.yaml
Normal file
27
clusters/default/apps/jellystat/Values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user