-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Group qiskit serverless images in image registry (#1365)
* Group qiskit serverless images in image registry Signed-off-by: Paul S. Schweigert <[email protected]> * update makefile Signed-off-by: Paul S. Schweigert <[email protected]> * update more actions Signed-off-by: Paul S. Schweigert <[email protected]> --------- Signed-off-by: Paul S. Schweigert <[email protected]>
- Loading branch information
Showing
8 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,17 +17,17 @@ application: | |
superuser: | ||
enable: true | ||
ray: | ||
nodeImage: "icr.io/quantum-public/qiskit-serverless-ray-node:0.12.0-py39" | ||
nodeImage_py39: "icr.io/quantum-public/qiskit-serverless-ray-node:0.12.0-py39" | ||
nodeImage_py310: "icr.io/quantum-public/qiskit-serverless-ray-node:0.12.0-py310" | ||
nodeImage: "icr.io/quantum-public/qiskit-serverless/ray-node:0.12.0-py39" | ||
nodeImage_py39: "icr.io/quantum-public/qiskit-serverless/ray-node:0.12.0-py39" | ||
nodeImage_py310: "icr.io/quantum-public/qiskit-serverless/ray-node:0.12.0-py310" | ||
cpu: 2 | ||
memory: 2 | ||
replicas: 1 | ||
minReplicas: 1 | ||
maxReplicas: 4 | ||
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9 | ||
kubectlImage: alpine/k8s:1.29.2@sha256:a51aa37f0a34ff827c7f2f9cb7f6fbb8f0e290fa625341be14c2fcc4b1880f60 | ||
proxyImage: "icr.io/quantum-public/qiskit-serverless-proxy:0.9.0" | ||
proxyImage: "icr.io/quantum-public/qiskit-serverless/proxy:0.9.0" | ||
scrapeWithPrometheus: true | ||
openTelemetry: false | ||
openTelemetryCollector: | ||
|
@@ -90,7 +90,7 @@ secrets: | |
email: [email protected] | ||
|
||
image: | ||
repository: icr.io/quantum-public/qiskit-serverless-gateway | ||
repository: icr.io/quantum-public/qiskit-serverless/gateway | ||
pullPolicy: IfNotPresent | ||
# Overrides the image tag whose default is the chart appVersion. | ||
tag: "latest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters