Try to get hastebin working

This commit is contained in:
SeanOMik 2023-04-12 20:59:55 -04:00
parent 86fd311bcb
commit 539d2f097e
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,5 @@ spec:
namespace: flux-system
values:
auth:
username: k3spostgresql
existingSecret: "redis-secrets"
existingSecretPasswordKey: "password"

View File

@ -3,6 +3,8 @@ kind: HelmRelease
metadata:
name: hastebin
namespace: tools
labels:
needsDatabase: "yes"
spec:
interval: 5m
chart:
@ -26,9 +28,8 @@ spec:
STORAGE_TYPE: redis
STORAGE_HOST: redis-master.database
STORAGE_PORT: "6379"
STORAGE_DB: hastebin
#STORAGE_DB: hastebin
STORAGE_USERNAME: k3spostgresql
STORAGE_PASSWORD:
valueFrom:
secretKeyRef: