Skip to content

Commit

Permalink
feat: add variogram job in radix (#168)
Browse files Browse the repository at this point in the history
* feat: add variogram job

* update folder config
  • Loading branch information
hakoneriksson authored Nov 16, 2023
1 parent 46cdd3e commit 8d3e5d5
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ spec:
payload:
path: /app/args
variables:
MODELS_PATH: '/mnt/azure-storage/models'
MODEL_FOLDER: '/mnt/azure-storage/models'
WORKER_FOLDER: '/mnt/azure-storage/worker'
environmentConfig:
- environment: dev
volumeMounts:
Expand Down Expand Up @@ -98,7 +99,8 @@ spec:
payload:
path: /app/args
variables:
MODELS_PATH: '/mnt/azure-storage/models'
MODEL_FOLDER: '/mnt/azure-storage/models'
WORKER_FOLDER: '/mnt/azure-storage/worker'
environmentConfig:
- environment: dev
volumeMounts:
Expand All @@ -118,6 +120,40 @@ spec:
uid: 1000
streaming:
enabled: false
- name: pepm-nrvargrest
image: ghcr.io/equinor/pepm-worker-api/pepm-nrvargrest:latest
schedulerPort: 8090
resources:
requests:
memory: '4096Mi'
cpu: '1000m'
limits:
memory: '8192Mi'
cpu: '2000m'
payload:
path: /app/args
variables:
MODEL_FOLDER: '/mnt/azure-storage/models'
WORKER_FOLDER: '/mnt/azure-storage/worker'
environmentConfig:
- environment: dev
volumeMounts:
- name: pepm-nrvargrest-model-storage-dev
path: /mnt/azure-storage/models
blobfuse2:
protocol: fuse2
container: models
uid: 1000
streaming:
enabled: false
- name: pepm-nrvargrest-worker-storage-dev
path: /mnt/azure-storage/worker
blobfuse2:
protocol: fuse2
container: nrvargrest
uid: 1000
streaming:
enabled: false
privateImageHubs:
ghcr.io:
username: hakoneriksson
Expand Down

0 comments on commit 8d3e5d5

Please sign in to comment.