Merge pull request #394 from 3dwardch3ng/app/flight-tracker

fix incorrect vol names
This commit is contained in:
2024-06-30 23:09:05 +10:00
committed by GitHub

View File

@@ -118,9 +118,9 @@ spec:
mountPath: /etc/piaware.conf
- name: config-rbfeeder
mountPath: /etc/rbfeeder.ini
- name: config-planeplotters-feed
- name: config-planesplotters-feed
mountPath: /etc/planeplotters/feedclient
- name: config-planeplotters-uuid
- name: config-planesplotters-uuid
mountPath: /etc/planeplotters/uuid
volumes:
- name: rtl-sdr-dvb
@@ -173,11 +173,11 @@ spec:
hostPath:
path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini
type: File
- name: config-planeplotters-feed
- name: config-planesplotters-feed
hostPath:
path: /mnt/nfs/AppData/flight-tracker/planespotters/feedclient
type: File
- name: config-planespotters-uuid
- name: config-planesplotters-uuid
hostPath:
path: /mnt/nfs/AppData/flight-tracker/planespotters/uuid
type: File