-
Notifications
You must be signed in to change notification settings - Fork 0
[DXP-1512] StreamX Platform adjustments #7
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # deployment.yaml # scripts/run-pim-k8s.sh # scripts/run-proxy.sh # scripts/run-websight-k8s.sh
| @@ -0,0 +1,5 @@ | |||
| export STREAMX_TOKEN_PIM= | |||
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.
local should be default from .env file, that is overridden by sh script for cloud deployment.
https://quarkus.io/guides/images/config-sources.png
| environment: | ||
| # local test domain, see readme | ||
| STREAMX_BLUEPRINTS_SITEMAP-GENERATOR-PROCESSING-SERVICE_BASE-URL: "http://puresight.127.0.0.1.nip.io" | ||
| STREAMX_BLUEPRINTS_SITEMAP-GENERATOR-PROCESSING-SERVICE_BASE-URL: "http://puresight.${STREAMX_INGRESS_IP}.nip.io" |
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.
Maybe we could configure whole domains, so that many people can deploy on the single cluster in multiple namespaces?
π Type of the Changes
π Changes being made
StreamX Platform deployment preparation
β Checklist