Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure presets externally #1480

Open
vsevel opened this issue Sep 2, 2024 · 1 comment · May be fixed by #1538
Open

Configure presets externally #1480

vsevel opened this issue Sep 2, 2024 · 1 comment · May be fixed by #1538
Labels

Comments

@vsevel
Copy link

vsevel commented Sep 2, 2024

Description

Presets are configured in PlatformService.PRESETS. I would like to instantiate my own code.quarkus.io, with my own presets. For instance: small mycompany serverless app, medium mycompany app, mycompany batch processing app, ...

Currently, if I had to configure my own presets, I would need to fork the project, which I do not want to do.

Since the application does not have any database, and we probably do not want to make it stateful at this point, a possible solution would be to accept some SR configuration to configure additional presets:

presets:
  db-service-reactive:
    title: Microservice with database
...
  mycompany-serverless-app
    title: ...
@vsevel vsevel added the feature label Sep 2, 2024
@ia3andy
Copy link
Collaborator

ia3andy commented Sep 2, 2024

yeah that was just the first step goal is to have them in the platform data

@vsevel vsevel linked a pull request Nov 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants