We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddd7aa commit 6390418Copy full SHA for 6390418
deploy/openshift/code-quarkus-acceptance-test.yaml
@@ -19,7 +19,7 @@ objects:
19
name: code-quarkus-acceptance-test
20
env:
21
- name: TEST_CONFIG_URL
22
- value: ${CODE_QUARKUS_STAGING_URL}
+ value: 'https://code.quarkus.stage.redhat.com'
23
resources:
24
requests:
25
cpu: ${CPU_REQUEST}
deploy/openshift/code-quarkus.yaml
@@ -118,7 +118,7 @@ objects:
118
metadata:
119
name: code-quarkus-ibm-offering
120
spec:
121
- replicas: ${{REPLICAS}}
+ replicas: "0"
122
selector:
123
service: code-quarkus-ibm-offering
124
strategy:
0 commit comments