-
Notifications
You must be signed in to change notification settings - Fork 9
/
.devfile.yaml
47 lines (47 loc) · 1.21 KB
/
.devfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
schemaVersion: 2.2.0
metadata:
name: parasol-insurance
attributes:
controller.devfile.io/storage-type: ephemeral
components:
- name: tools
container:
image: quay.io/devfile/universal-developer-image:ubi8-8fca167
env:
- name: QUARKUS_HTTP_HOST
value: 0.0.0.0
- name: KUBEDOCK_ENABLED
value: 'true'
- name: DOCKER_HOST
value: 'tcp://127.0.0.1:2475'
- name: TESTCONTAINERS_RYUK_DISABLED
value: 'true'
- name: TESTCONTAINERS_CHECKS_DISABLE
value: 'true'
endpoints:
- exposure: none
name: debug
protocol: tcp
targetPort: 5005
- exposure: none
name: test
protocol: http
targetPort: 8081
- exposure: public
name: parasol-webui
protocol: https
targetPort: 8080
- exposure: public
name: quarkus-devui
path: /q/dev-ui
protocol: https
targetPort: 8080
- exposure: public
name: mailpit
path: /q/mailpit
protocol: https
targetPort: 8080
memoryRequest: 5Mi
memoryLimit: 6G
cpuRequest: 1000m
cpuLimit: 4000m