Last active
July 26, 2024 14:11
-
-
Save svor/e7eb774091c4569af1b427d6ef6e6a88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
schemaVersion: 2.2.2 | |
metadata: | |
name: java-lombok | |
components: | |
- name: tools | |
container: | |
image: quay.io/vsvydenk/udi-ds:java | |
env: | |
- name: USE_JAVA21 | |
value: "true" | |
memoryLimit: '3Gi' | |
memoryRequest: '2Gi' | |
cpuLimit: '4' | |
cpuRequest: '1' | |
endpoints: | |
- exposure: none | |
name: debug | |
protocol: tcp | |
targetPort: 5005 | |
volumeMounts: | |
- name: m2 | |
path: /home/user/.m2 | |
- name: m2 | |
volume: | |
size: 1G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment