Merge pull request #394 from 3dwardch3ng/app/flight-tracker
fix incorrect vol names
This commit is contained in:
@@ -118,9 +118,9 @@ spec:
|
|||||||
mountPath: /etc/piaware.conf
|
mountPath: /etc/piaware.conf
|
||||||
- name: config-rbfeeder
|
- name: config-rbfeeder
|
||||||
mountPath: /etc/rbfeeder.ini
|
mountPath: /etc/rbfeeder.ini
|
||||||
- name: config-planeplotters-feed
|
- name: config-planesplotters-feed
|
||||||
mountPath: /etc/planeplotters/feedclient
|
mountPath: /etc/planeplotters/feedclient
|
||||||
- name: config-planeplotters-uuid
|
- name: config-planesplotters-uuid
|
||||||
mountPath: /etc/planeplotters/uuid
|
mountPath: /etc/planeplotters/uuid
|
||||||
volumes:
|
volumes:
|
||||||
- name: rtl-sdr-dvb
|
- name: rtl-sdr-dvb
|
||||||
@@ -173,11 +173,11 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini
|
path: /mnt/nfs/AppData/flight-tracker/rb_feeder.ini
|
||||||
type: File
|
type: File
|
||||||
- name: config-planeplotters-feed
|
- name: config-planesplotters-feed
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/flight-tracker/planespotters/feedclient
|
path: /mnt/nfs/AppData/flight-tracker/planespotters/feedclient
|
||||||
type: File
|
type: File
|
||||||
- name: config-planespotters-uuid
|
- name: config-planesplotters-uuid
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/flight-tracker/planespotters/uuid
|
path: /mnt/nfs/AppData/flight-tracker/planespotters/uuid
|
||||||
type: File
|
type: File
|
||||||
|
|||||||
Reference in New Issue
Block a user