Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 5, 2024
1 parent 549e7cd commit fa6d314
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions geoBoundaryBuilder/queue_server_prefect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@ spec:
- "0.0.0.0" # Bind to all network interfaces
ports:
- containerPort: 4200 # Prefect GUI default port
env:
- name: PREFECT_SERVER_DATABASE_CONNECTION_URL
value: "sqlite:////sciclone/geograd/geoBoundaries/prefect/prefect.db"
- name: PREFECT_HOME
value: "/sciclone/geograd/geoBoundaries/prefect"
volumeMounts:
- name: prefect-persistence
mountPath: "/sciclone/geograd/prefect"
mountPath: "/sciclone/geograd/geoBoundaries/prefect"
volumes:
- name: prefect-persistence
nfs:
server: 128.239.59.144
path: /sciclone/geograd/prefect
path: /sciclone/geograd/geoBoundaries/prefect
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit fa6d314

Please sign in to comment.