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 namespace: flux-system
values: values:
auth: auth:
username: k3spostgresql
existingSecret: "redis-secrets" existingSecret: "redis-secrets"
existingSecretPasswordKey: "password" existingSecretPasswordKey: "password"

View File

@ -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: