From fe00923a021423a54a92bb0bbca973299811335f Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 30 Jun 2024 22:59:22 +1000 Subject: [PATCH] mount config files --- .../apps/flight-tracker/app/development.yaml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/kubernetes/apps/flight-tracker/app/development.yaml b/kubernetes/apps/flight-tracker/app/development.yaml index be21af2..8444440 100644 --- a/kubernetes/apps/flight-tracker/app/development.yaml +++ b/kubernetes/apps/flight-tracker/app/development.yaml @@ -102,6 +102,26 @@ spec: mountPath: /dev/media3 - name: rtl-sdr-swradio0 mountPath: /dev/swradio0 + - name: config-adsbexchange + mountPath: /etc/default/adsbexchange + - name: config-dump1090-fa + mountPath: /etc/default/dump1090-fa + - name: config-mlat-client + mountPath: /etc/default/mlat-client + - name: config-adsbx-uuid + mountPath: /usr/local/share/adsbexchange/adsbx-uuid + - name: config-fr24feed + mountPath: /etc/fr24feed.ini + - name: config-pfclient-config + mountPath: /etc/pfclient-config.json + - name: config-mlat-client + mountPath: /etc/piaware.conf + - name: config-rbfeeder + mountPath: /etc/rbfeeder.ini + - name: config-planeplotters-feed + mountPath: /etc/planeplotters/feedclient + - name: config-planeplotters-uuid + mountPath: /etc/planeplotters/uuid volumes: - name: rtl-sdr-dvb hostPath: @@ -121,6 +141,46 @@ spec: - name: rtl-sdr-swradio0 hostPath: path: /dev/swradio0 + - name: config-adsbexchange + hostPath: + path: /mnt/nfs/AppData/flight-tracker/default/adsbexchange + type: File + - name: config-dump1090-fa + hostPath: + path: /mnt/nfs/AppData/flight-tracker/default/dump1090-fa + type: File + - name: config-mlat-client + hostPath: + path: /mnt/nfs/AppData/flight-tracker/default/mlat-client + type: File + - name: config-adsbx-uuid + hostPath: + path: /mnt/nfs/AppData/flight-tracker/adsbx-uuid + type: File + - name: config-fr24feed + hostPath: + path: /mnt/nfs/AppData/flight-tracker/fr24feed.ini + type: File + - name: config-pfclient-config + hostPath: + path: /mnt/nfs/AppData/flight-tracker/pfclient-config.json + type: File + - name: config-piaware + hostPath: + path: /mnt/nfs/AppData/flight-tracker/piaware.conf + type: File + - name: config-rbfeeder + hostPath: + path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini + type: File + - name: config-planeplotters-feed + hostPath: + path: /mnt/nfs/AppData/flight-tracker/planespotters/feedclient + type: File + - name: config-planespotters-uuid + hostPath: + path: /mnt/nfs/AppData/flight-tracker/planespotters/uuid + type: File affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: