Skip to content

Commit

Permalink
feat: add variogram job
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson committed Nov 16, 2023
1 parent 46cdd3e commit 0cd2bca
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,39 @@ 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:
MODELS_PATH: '/mnt/azure-storage/models'
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 0cd2bca

Please sign in to comment.