update files pv

This commit is contained in:
2022-04-19 16:26:06 +10:00
parent 97a1f4367a
commit 0f974a0976
3 changed files with 20 additions and 6 deletions
+14
View File
@@ -81,3 +81,17 @@ spec:
resources:
requests:
storage: 500Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
namespace: "media"
name: "aria2-cache"
spec:
storageClassName: "nfs-client"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
+5
View File
@@ -567,6 +567,9 @@ spec:
- name: downloads
persistentVolumeClaim:
claimName: downloads-nfs
- name: aria2-cache
persistentVolumeClaim:
claimName: aria2-cache
containers:
- name: openvpn
image: qmcgaw/gluetun:latest
@@ -621,6 +624,8 @@ spec:
mountPath: /app/conf
- name: downloads
mountPath: /data
- name: aria2-cache
mountPath: /app/.cache
- name: config
subPath: files/filebrowser.db
mountPath: /app/filebrowser.db
+1 -6
View File
@@ -1,10 +1,6 @@
config:
existingSecret: oauth2-proxy-creds
image:
repository: quay.io/oauth2-proxy/oauth2-proxy
tag: v7.1.2
extraArgs:
whitelist-domain: .junv.me
cookie-domain: .junv.me
@@ -32,5 +28,4 @@ ingress:
erviceAccount:
enable: false
replicaCount: 3
replicaCount: 1