move to config
This commit is contained in:
parent
84d0d70c1f
commit
ea7d0df02f
1 changed files with 2 additions and 4 deletions
|
@ -35,6 +35,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
TIMEZONE: "America/Chicago"
|
TIMEZONE: "America/Chicago"
|
||||||
NEXTAUTH_URL: "https://{{ .Release.Name }}.jahanson.tech/api/v1/auth"
|
NEXTAUTH_URL: "https://{{ .Release.Name }}.jahanson.tech/api/v1/auth"
|
||||||
|
STORAGE_FOLDER: "/config"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: linkwarden-secret
|
name: linkwarden-secret
|
||||||
|
@ -59,8 +60,5 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
config:
|
||||||
existingClaim: linkwarden
|
existingClaim: linkwarden
|
||||||
globalMounts:
|
|
||||||
- path: /data
|
|
||||||
subPath: data
|
|
||||||
|
|
Loading…
Reference in a new issue