Skip to content

Commit

Permalink
Merge pull request #11 from hl7au/update-validator-wrapper
Browse files Browse the repository at this point in the history
WIP: Update validator-api service in compose file
  • Loading branch information
projkov authored Jan 21, 2025
2 parents d3ead80 + c3f8f31 commit 609c91d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backup/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
mountPath: /home/igs
containers:
- name: validator-api
image: pavelrozhkov/wrapper:6.3.11
image: ghcr.io/beda-software/validator-wrapper:latest
imagePullPolicy: Always
ports:
- containerPort: 3500
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
mem_limit: 100m
restart: unless-stopped
validator-api:
image: pavelrozhkov/wrapper:6.3.11
image: ghcr.io/beda-software/validator-wrapper:latest
environment:
SESSION_CACHE_DURATION: -1
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
mountPath: /home/igs
containers:
- name: validator-api
image: pavelrozhkov/wrapper:6.3.11
image: ghcr.io/beda-software/validator-wrapper:latest
imagePullPolicy: Always
ports:
- containerPort: 3500
Expand All @@ -47,4 +47,4 @@ spec:
cpu: "250m" # Minimum CPU required for scheduling
limits:
memory: "1Gi" # Maximum memory usage allowed
cpu: "500m" # Maximum CPU usage allowed
cpu: "500m" # Maximum CPU usage allowed

0 comments on commit 609c91d

Please sign in to comment.