devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
261 stars 63 forks source link

[python stack] Port mismatch #998

Closed kadel closed 1 month ago

kadel commented 1 year ago

Which area this feature is related to?

/kind bug

Which area this bug is related to?

/area registry

Bug Summary

In python 3.0.0 stack devfile.yaml has

      endpoints:
        - name: http-python
          targetPort: 8080

that matches what is there in starterProject

but [kubernetes component] (https://github.com/devfile/registry/blob/4e7b4782b2a49874cc73ff6537544f71288d2874/stacks/python/3.0.0/devfile.yaml#L52) and related stuff uses 8081

  - name: deploy
    kubernetes:
      uri: kubernetes/deploy.yaml
      endpoints:
      - name: http-8081
        targetPort: 8081

Devfiles uses 8081, deploy.yaml has also 8081

thepetk commented 11 months ago

blocked by https://github.com/devfile/api/issues/1367

michael-valdron commented 7 months ago

blocked by https://github.com/devfile/api/issues/1415

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.