Browse Source

add ports

main
Nicolas Massé 3 years ago
parent
commit
8894891975
  1. 8
      devfile.yaml

8
devfile.yaml

@ -8,12 +8,12 @@ components:
endpoints: endpoints:
- exposure: public - exposure: public
name: web name: web
protocol: http protocol: https
targetPort: 5032 targetPort: 44315
- exposure: public - exposure: public
name: api name: api
protocol: http protocol: https
targetPort: 5033 targetPort: 5099
image: registry.redhat.io/devspaces/udi-rhel8:3.5 image: registry.redhat.io/devspaces/udi-rhel8:3.5
memoryLimit: 4G memoryLimit: 4G
cpuLimit: 8000m cpuLimit: 8000m

Loading…
Cancel
Save