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

control-service: Update Helm chart #78

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

tpalashki
Copy link
Contributor

In order to simplify the installation of the Helm chart some
features are disabled by default.

The serviceMonitor and alerting are disabled by default.
WARNING: When this change is adopted, the respective values must
be switched back to true: metrics.serviceMonitor.enabled and
`alerting.enabled'.

The SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI is not
set if the respective jwtJwkSetUri property is empty, to prevent
Spring security from throwing an exception.

Clean up the README file. Update the NOTES.txt file to indicate
that the installation will use a public Git repository.

Signed-off-by: Tsvetomir Palashki [email protected]

Copy link
Contributor

@doks5 doks5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add in the commit message how the change was tested?

Copy link
Collaborator

@antoniivanov antoniivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@tpalashki
Copy link
Contributor Author

tpalashki commented Aug 12, 2021

Maybe add in the commit message how the change was tested?

Will do.

In order to simplify installation of Helm chart some features are
disabled by default.

The serviceMonitor and alerting are disabled by default.
WARNING: When this change is adopted, the respective values must
be switched back to true: `metrics.serviceMonitor.enabled` and
`alerting.enabled'.

The `SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI` is not
set if the respective jwtJwkSetUri property is empty, to prevent
spring security from throwing an exception.

Clean up the README file. Update the NOTES.txt file to indicate
that the installation will use a public Git repository.

The changes are tested by manually installing the Helm chart to a
Minikube cluster and verifying that the installation and the service
start are successful.

Signed-off-by: Tsvetomir Palashki <[email protected]>
@tpalashki tpalashki force-pushed the person/tpalashki/update-helm-chart branch from 821ea81 to 575e1b0 Compare August 12, 2021 10:20
@tpalashki tpalashki merged commit 2b91f77 into main Aug 12, 2021
@tpalashki tpalashki deleted the person/tpalashki/update-helm-chart branch August 12, 2021 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants