forked from tilt-dev/tilt-example-java
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.devfile.yaml
39 lines (39 loc) · 969 Bytes
/
.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
schemaVersion: 2.1.0
metadata:
name: tilt-n-quarkus
attributes:
controller.devfile.io/storage-type: ephemeral
controller.devfile.io/scc: container-build
components:
- name: tilt-container
container:
image: quay.io/mloriedo/universal-developer-image:tilt
env:
- name: QUARKUS_HTTP_HOST
value: 0.0.0.0
- name: MAVEN_OPTS
value: "-Dmaven.repo.local=/home/user/.m2/repository"
memoryLimit: 2G
memoryRequest: 256Mi
cpuLimit: 200m
cpuRequest: 30m
endpoints:
- name: quarkus-development-server
targetPort: 8080
exposure: public
secure: false
protocol: http
- name: debug
targetPort: 5005
exposure: none
secure: false
protocol: tcp
- name: tests
targetPort: 8081
exposure: none
secure: false
protocol: tcp
- name: tilt
targetPort: 10350
exposure: public
protocol: http