Compare commits
1 Commits
f67a5a86f0
...
misc
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b442b728a |
@@ -24,9 +24,7 @@ spec:
|
|||||||
port: 8388
|
port: 8388
|
||||||
config:
|
config:
|
||||||
persistence:
|
persistence:
|
||||||
name: config
|
name: "qbittorrent-config-pvc"
|
||||||
storageClass: local-path
|
|
||||||
size: 5Gi
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: download
|
- name: qbittorrent-download-pvc
|
||||||
mountPath: /download
|
mountPath: /download
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: config
|
name: qbittorrent-config
|
||||||
namespace: qbittorrent
|
namespace: qbittorrent
|
||||||
labels:
|
labels:
|
||||||
type: local
|
type: local
|
||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
claimRef:
|
claimRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: config
|
name: qbittorrent-config-pvc
|
||||||
namespace: qbittorrent
|
namespace: qbittorrent
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
required:
|
required:
|
||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
name: download
|
name: qbittorrent-download
|
||||||
namespace: qbittorrent
|
namespace: qbittorrent
|
||||||
labels:
|
labels:
|
||||||
type: local
|
type: local
|
||||||
@@ -56,7 +56,7 @@ spec:
|
|||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
capacity:
|
capacity:
|
||||||
storage: 64Gi
|
storage: 5Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
@@ -65,7 +65,7 @@ spec:
|
|||||||
claimRef:
|
claimRef:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
name: download
|
name: qbittorrent-download-pvc
|
||||||
namespace: qbittorrent
|
namespace: qbittorrent
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
required:
|
required:
|
||||||
@@ -79,10 +79,10 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: download
|
name: qbittorrent-download-pvc
|
||||||
namespace: qbittorrent
|
namespace: qbittorrent
|
||||||
labels:
|
labels:
|
||||||
name: download
|
name: qbittorrent-download-pvc
|
||||||
spec:
|
spec:
|
||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
volumeMode: Filesystem
|
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
|
namespace: flux-system
|
||||||
interval: 60m
|
interval: 60m
|
||||||
values:
|
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:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|||||||
Reference in New Issue
Block a user