ops: mount HRRR data NFS share at /data
Adds the same NFS volume that microwaveprop uses (10.0.15.103:/data) so towerops can read the shared HRRR grids and render maps from them.
This commit is contained in:
parent
6c05d45dd6
commit
bd4e29331f
1 changed files with 8 additions and 0 deletions
|
|
@ -232,3 +232,11 @@ spec:
|
|||
timeoutSeconds: 2
|
||||
successThreshold: 3 # Require 3 consecutive successes (15s) before marking ready
|
||||
failureThreshold: 2 # Allow 1 failure before marking not ready
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: data
|
||||
nfs:
|
||||
server: 10.0.15.103
|
||||
path: /data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue