mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
update files pv
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user