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

Multiple Domains per app #363

Open
mms-gianni opened this issue Jun 12, 2024 · 0 comments
Open

Multiple Domains per app #363

mms-gianni opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mms-gianni
Copy link
Member

mms-gianni commented Jun 12, 2024

What
It should be possible to run an app on multiple domains. There should be a (+) button adding more rows for additional domains. Similar to environment vars.

image

The domains should be passed as an array to the API ("domain" is replaced with "ingress"

ingress: [
{
  domain: one.example.com,
  SSL: true
},
{
  domain: two.example.com,
  SSL: false
},
]

image

The operator is already ready for multiple domains
https://github.com/kubero-dev/kubero-operator/blob/main/helm-charts/kuberoapp/values.yaml#L115

@mms-gianni mms-gianni changed the title allow multiple Domains ? allow multiple Domains Jun 12, 2024
@mms-gianni mms-gianni changed the title allow multiple Domains Multiple Domains per app Jun 12, 2024
@mms-gianni mms-gianni added the enhancement New feature or request label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant