Snapshot of work, when we got stalled from the claude tokenlimit

This commit is contained in:
2026-05-03 17:29:55 +02:00
parent 59090737f5
commit 511a503aab
2 changed files with 1 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.secretName }}
annotations:
"helm.sh/resource-policy": keep
type: Opaque
stringData:
IHP_SESSION_SECRET: "REPLACE_ME"
DATABASE_URL: "REPLACE_ME"
IHP_BASEURL: "http://{{ .Values.ingress.host }}"