36 Commits

Author SHA1 Message Date
f67a5a86f0 Merge pull request #403 from 3dwardch3ng/app/home-assistant
remove home-assistant and flight-tracker services
2024-07-03 00:26:20 +10:00
10ff6539d3 remove home-assistant and flight-tracker services 2024-07-03 00:25:51 +10:00
e1e66145e9 Merge pull request #402 from 3dwardch3ng/app/home-assistant
fixing metadata for core and node-red
2024-07-01 22:40:15 +10:00
40ddba1f5e fixing metadata for core and node-red 2024-07-01 22:39:43 +10:00
54ef0679ea Merge pull request #401 from 3dwardch3ng/app/home-assistant
fix ks issue
2024-07-01 22:06:53 +10:00
a2f83d5ef8 fix ks issue 2024-07-01 22:06:34 +10:00
3aaef980fd Merge pull request #400 from 3dwardch3ng/app/home-assistant
App/home assistant
2024-07-01 21:50:11 +10:00
ec6c7640bd remove flight-tracker 2024-07-01 21:49:52 +10:00
5f38f24fe4 add home assistant 2024-07-01 21:49:15 +10:00
ef261c0d51 Merge pull request #399 from 3dwardch3ng/app/home-assistant
add home assistant addon node-red
2024-07-01 17:51:33 +10:00
bc5f1f78ca add home assistant addon node-red 2024-07-01 17:51:16 +10:00
d8e2d361fc Merge pull request #398 from 3dwardch3ng/app/home-assistant
add home assistant addon node-red
2024-07-01 17:50:58 +10:00
116b74db99 add home assistant addon node-red 2024-07-01 17:50:41 +10:00
b387437752 Merge pull request #397 from 3dwardch3ng/app/home-assistant
App/home assistant
2024-07-01 17:46:33 +10:00
32f7b57854 add home assistant addon node-red 2024-07-01 17:44:23 +10:00
04c2e97b6f add app home assistant core 2024-07-01 16:16:11 +10:00
4c5cbb2cdb Merge pull request #396 from 3dwardch3ng/app/flight-tracker
update image
2024-07-01 12:44:49 +10:00
bf33b6578a update image 2024-07-01 12:44:18 +10:00
b2b129934f Merge pull request #395 from 3dwardch3ng/app/flight-tracker
fix config file path value
2024-06-30 23:13:31 +10:00
ba381c6b49 fix config file path value 2024-06-30 23:13:14 +10:00
00abb1ed32 Merge pull request #394 from 3dwardch3ng/app/flight-tracker
fix incorrect vol names
2024-06-30 23:09:05 +10:00
efb4d0431c fix incorrect vol names 2024-06-30 23:08:46 +10:00
bb3ad74219 Merge pull request #393 from 3dwardch3ng/app/flight-tracker
add name of ports to the service
2024-06-30 23:03:41 +10:00
806dd1458b add name of ports to the service 2024-06-30 23:03:24 +10:00
3abf720f4a Merge pull request #392 from 3dwardch3ng/app/flight-tracker
mount config files
2024-06-30 22:59:39 +10:00
fe00923a02 mount config files 2024-06-30 22:59:22 +10:00
a5b0b29b99 Merge pull request #391 from 3dwardch3ng/app/flight-tracker
add node affinity
2024-06-30 22:45:00 +10:00
fcbe2ddd2b add node affinity 2024-06-30 22:43:56 +10:00
d21cc9aa7d Merge pull request #390 from 3dwardch3ng/app/flight-tracker
add app flight-tracker
2024-06-30 22:36:47 +10:00
52db9e1669 add app flight-tracker 2024-06-30 22:36:12 +10:00
7f2b21b41b Merge pull request #389 from 3dwardch3ng/app/qBittorrent
update volumes for qBittorrent
2024-06-27 19:17:37 +10:00
1a6b123955 update volumes for qBittorrent 2024-06-27 19:17:19 +10:00
b699e6ead4 Merge pull request #388 from 3dwardch3ng/app/qBittorrent
update volumes for qBittorrent
2024-06-27 19:13:30 +10:00
3fb17564af update volumes for qBittorrent 2024-06-27 19:13:02 +10:00
899fa8d65a Merge pull request #387 from 3dwardch3ng/misc
adding ingress for testing
2024-06-27 16:18:43 +10:00
afb662491f Merge pull request #386 from 3dwardch3ng/misc
Misc
2024-06-27 15:55:57 +10:00
5 changed files with 33 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: flight-tracker

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: home-assistant

View File

@@ -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