Try to get hastebin working
This commit is contained in:
parent
86fd311bcb
commit
539d2f097e
|
@ -15,6 +15,5 @@ spec:
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
values:
|
values:
|
||||||
auth:
|
auth:
|
||||||
username: k3spostgresql
|
|
||||||
existingSecret: "redis-secrets"
|
existingSecret: "redis-secrets"
|
||||||
existingSecretPasswordKey: "password"
|
existingSecretPasswordKey: "password"
|
||||||
|
|
|
@ -3,6 +3,8 @@ kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: hastebin
|
name: hastebin
|
||||||
namespace: tools
|
namespace: tools
|
||||||
|
labels:
|
||||||
|
needsDatabase: "yes"
|
||||||
spec:
|
spec:
|
||||||
interval: 5m
|
interval: 5m
|
||||||
chart:
|
chart:
|
||||||
|
@ -26,9 +28,8 @@ spec:
|
||||||
STORAGE_TYPE: redis
|
STORAGE_TYPE: redis
|
||||||
STORAGE_HOST: redis-master.database
|
STORAGE_HOST: redis-master.database
|
||||||
STORAGE_PORT: "6379"
|
STORAGE_PORT: "6379"
|
||||||
STORAGE_DB: hastebin
|
#STORAGE_DB: hastebin
|
||||||
|
|
||||||
STORAGE_USERNAME: k3spostgresql
|
|
||||||
STORAGE_PASSWORD:
|
STORAGE_PASSWORD:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in New Issue