-
Notifications
You must be signed in to change notification settings - Fork 185
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
Nginx conf parameters as env var #2203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this PR @obermeier!
I think we should also set SP_HTTP_SERVER_ADAPTER_ENDPOINT
in our Helm chart 🙂
What happens if the variable is not provided? For the helm charts, we can probably just add a route to the ingress and ingressroutes since we don't use the proxy definitions from the conf file in the k8s setup. |
It uses the default.conf without modifictions [Link](https://github.com/apache/streampipes
It uses
I like the idea |
And the installer/cli scripts |
af1bf65
to
c1a1004
Compare
c1a1004
to
9000e41
Compare
I added the implementations for the installers. What would you propose in case of a migration? (The case if a configuration exists) |
It creates now a backup of the old configuration and applies the new configuration. |
@tenthe @dominikriemer Can you have a look here? |
Hi @obermeier sorry this took me so long. |
Hi @dominikriemer, thank you so much for your review. I realized there were some errors in the process of merging with the dev branch. I've now pushed an updated version of the k8s documentation. |
| external.couchdb.persistence.storageSize | Size of the CouchDB PV | "1Gi" | | ||
| external.couchdb.persistence.claimName | Name of the CouchDB PersistentVolumeClaim | "couchdb-pvc" | | ||
| external.couchdb.persistence.pvName | Name of the CouchDB PersistentVolume | "couchdb-pv" | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better now, but does this delete the couchdb parameters? ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think it exits twice in this README.md. For this reason, I removed one version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you!
@obermeier @dominikriemer change in installer/cli/deploy/standalone/extensions-all-jvm/docker-compose.yml broke local docker-compose startup: If you could add the new env variable under the existing environment |
Hi @IsaakKrut thank you very much for this hint! |
Convert example from #2199 to PR.
PR introduces (a) breaking change: no
PR introduces (a) deprecation: no