Skip to content

Instantly share code, notes, and snippets.

@ibuziuk
Created February 4, 2025 10:39
Show Gist options
  • Select an option

  • Save ibuziuk/0a8d3896865577aa010847991d561112 to your computer and use it in GitHub Desktop.

Select an option

Save ibuziuk/0a8d3896865577aa010847991d561112 to your computer and use it in GitHub Desktop.
UBI 9 devfile
schemaVersion: 2.3.0
metadata:
name: ubi9-minimal-demo
components:
- name: tools
container:
image: registry.access.redhat.com/ubi9-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
args: ['tail', '-f', '/dev/null']
endpoints:
- exposure: public
name: nodejs
protocol: http
targetPort: 3000
memoryLimit: 2Gi
memoryRequest: 256Mi
mountSources: true
attributes:
controller.devfile.io/merge-contribution: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment