No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
25 additions and
8 deletions
-
devfile.yaml
|
|
@ -18,26 +18,43 @@ attributes: |
|
|
components: |
|
|
components: |
|
|
- name: tools |
|
|
- name: tools |
|
|
container: |
|
|
container: |
|
|
image: registry.access.redhat.com/ubi8/openjdk-17 |
|
|
image: "registry.redhat.io/devspaces/udi-rhel8:3.3" |
|
|
args: ['tail', '-f', '/dev/null'] |
|
|
args: ['tail', '-f', '/dev/null'] |
|
|
memoryLimit: 1Gi |
|
|
memoryLimit: 5.07G |
|
|
|
|
|
memoryRequest: 256Mi |
|
|
mountSources: true |
|
|
mountSources: true |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- name: m2 |
|
|
- name: m2 |
|
|
path: /home/user/.m2 |
|
|
path: /home/user/.m2 |
|
|
endpoints: |
|
|
endpoints: |
|
|
- name: http-quarkus |
|
|
|
|
|
targetPort: 8080 |
|
|
|
|
|
- exposure: none |
|
|
- exposure: none |
|
|
name: debug |
|
|
name: debug |
|
|
targetPort: 5858 |
|
|
protocol: tcp |
|
|
|
|
|
targetPort: 5005 |
|
|
|
|
|
- name: quizz-question |
|
|
|
|
|
targetPort: 8080 |
|
|
|
|
|
- name: quizz-client |
|
|
|
|
|
targetPort: 8081 |
|
|
env: |
|
|
env: |
|
|
- name: DEBUG_PORT |
|
|
- name: QUARKUS_HTTP_HOST |
|
|
value: '5858' |
|
|
value: 0.0.0.0 |
|
|
|
|
|
- name: CHE_DASHBOARD_URL |
|
|
|
|
|
value: 'https://devspaces.apps.appdev.itix.xyz' |
|
|
|
|
|
- name: CHE_PLUGIN_REGISTRY_URL |
|
|
|
|
|
value: 'https://devspaces.apps.appdev.itix.xyz/plugin-registry/v3' |
|
|
|
|
|
- name: CHE_PLUGIN_REGISTRY_INTERNAL_URL |
|
|
|
|
|
value: 'http://plugin-registry.openshift-devspaces.svc:8080/v3' |
|
|
|
|
|
- name: OPENVSX_REGISTRY_URL |
|
|
|
|
|
value: 'https://open-vsx.org' |
|
|
|
|
|
- name: MAVEN_OPTS |
|
|
|
|
|
value: -Dmaven.repo.local=/home/user/.m2/repository |
|
|
|
|
|
- name: MAVEN_USER_HOME |
|
|
|
|
|
value: /home/user/.m2 |
|
|
|
|
|
- name: HOME |
|
|
|
|
|
value: /home/user |
|
|
- name: m2 |
|
|
- name: m2 |
|
|
volume: |
|
|
volume: |
|
|
size: 3Gi |
|
|
size: 3Gi |
|
|
|
|
|
|
|
|
- name: kube |
|
|
- name: kube |
|
|
volume: {} |
|
|
volume: {} |
|
|
- name: openshift |
|
|
- name: openshift |
|
|
|