Compare commits
1 Commits
f67a5a86f0
...
misc
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b442b728a |
@@ -24,9 +24,7 @@ spec:
|
||||
port: 8388
|
||||
config:
|
||||
persistence:
|
||||
name: config
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
name: "qbittorrent-config-pvc"
|
||||
volumeMounts:
|
||||
- name: download
|
||||
- name: qbittorrent-download-pvc
|
||||
mountPath: /download
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: config
|
||||
name: qbittorrent-config
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: config
|
||||
name: qbittorrent-config-pvc
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: download
|
||||
name: qbittorrent-download
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
capacity:
|
||||
storage: 64Gi
|
||||
storage: 5Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: download
|
||||
name: qbittorrent-download-pvc
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -79,10 +79,10 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: download
|
||||
name: qbittorrent-download-pvc
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
name: download
|
||||
name: qbittorrent-download-pvc
|
||||
spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: flight-tracker
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home-assistant
|
||||
@@ -14,20 +14,6 @@ spec:
|
||||
namespace: flux-system
|
||||
interval: 60m
|
||||
values:
|
||||
config:
|
||||
receivers:
|
||||
- name: "dump"
|
||||
file:
|
||||
layout:
|
||||
message: "{{ .Message }}"
|
||||
reason: "{{ .Reason }}"
|
||||
type: "{{ .Type }}"
|
||||
count: "{{ .Count }}"
|
||||
kind: "{{ .InvolvedObject.Kind }}"
|
||||
name: "{{ .InvolvedObject.Name }}"
|
||||
namespace: "{{ .Namespace }}"
|
||||
component: "{{ .Source.Component }}"
|
||||
host: "{{ .Source.Host }}"
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user