Skip to content

Instantly share code, notes, and snippets.

@svor
Last active July 26, 2024 14:11
Show Gist options
  • Save svor/e7eb774091c4569af1b427d6ef6e6a88 to your computer and use it in GitHub Desktop.
Save svor/e7eb774091c4569af1b427d6ef6e6a88 to your computer and use it in GitHub Desktop.
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