Compare commits
36 Commits
misc
...
f67a5a86f0
| Author | SHA1 | Date | |
|---|---|---|---|
| f67a5a86f0 | |||
| 10ff6539d3 | |||
| e1e66145e9 | |||
| 40ddba1f5e | |||
| 54ef0679ea | |||
| a2f83d5ef8 | |||
| 3aaef980fd | |||
| ec6c7640bd | |||
| 5f38f24fe4 | |||
| ef261c0d51 | |||
| bc5f1f78ca | |||
| d8e2d361fc | |||
| 116b74db99 | |||
| b387437752 | |||
| 32f7b57854 | |||
| 04c2e97b6f | |||
| 4c5cbb2cdb | |||
| bf33b6578a | |||
| b2b129934f | |||
| ba381c6b49 | |||
| 00abb1ed32 | |||
| efb4d0431c | |||
| bb3ad74219 | |||
| 806dd1458b | |||
| 3abf720f4a | |||
| fe00923a02 | |||
| a5b0b29b99 | |||
| fcbe2ddd2b | |||
| d21cc9aa7d | |||
| 52db9e1669 | |||
| 7f2b21b41b | |||
| 1a6b123955 | |||
| b699e6ead4 | |||
| 3fb17564af | |||
| 899fa8d65a | |||
| afb662491f |
@@ -24,7 +24,9 @@ spec:
|
||||
port: 8388
|
||||
config:
|
||||
persistence:
|
||||
name: "qbittorrent-config-pvc"
|
||||
name: config
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
volumeMounts:
|
||||
- name: qbittorrent-download-pvc
|
||||
- name: download
|
||||
mountPath: /download
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-config
|
||||
name: config
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: qbittorrent-config-pvc
|
||||
name: config
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: qbittorrent-download
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
type: local
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
capacity:
|
||||
storage: 5Gi
|
||||
storage: 64Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
nodeAffinity:
|
||||
required:
|
||||
@@ -79,10 +79,10 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
namespace: qbittorrent
|
||||
labels:
|
||||
name: qbittorrent-download-pvc
|
||||
name: download
|
||||
spec:
|
||||
storageClassName: local-path
|
||||
volumeMode: Filesystem
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: flight-tracker
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: home-assistant
|
||||
@@ -14,6 +14,20 @@ 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