-
Notifications
You must be signed in to change notification settings - Fork 1
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
INCEpTION HelmChart #2
base: main
Are you sure you want to change the base?
Conversation
- Moved the chart from inception forked repo
TODO :
|
- Changed directory structure to match the HelmChart Release github action.
- Added github action to release the chart to the gh-page branch.
- Added the feat/helmchart branch to the github release action to test the chart release.
- Init the chart with the correspnding github action
- Added anotation to keep the Data PVC resource after deletion of the release.
- Bumped Chart version to 1.0.0 alpha2
- Used out-of-box Bitnami env vars to set MariaDB character set and collation, rather than overriding the config file
- Bumped Chart version to 1.0.0 alpha3
- Bumped Chart version to 1.0.0 alpha3
- Added support for oauth2 role mapping feature and existing pvc for the data volume
- Fixed existing data PVC handling
- Fixed existing data PVC handling
- Added support for secrets for the OAuth2 Client ID
- Added support for secret with clientID
- Fixed bad ref to secretKey for database password in INCEpTION's deployment config
- Updated MariaDB Chart's version
- Split jobs between files - Added dependencies between jobs - Fixed linting job version
- Updated chart formatting and added maintainers
- Updated chart formatting and added maintainers
Updated github workflow organization
Implemented helm-docs action
Fixed bad checkut action version
Updtaed checkout axction ti v4 and fixed chart location
Updtaed checkout axction to v4 and fixed chart location
Added Helm Chart values schema update
fsGroup: 2000 | ||
# -- Allowing container(s) to run as root. | ||
# @section -- INCEpTION deployment settings | ||
runAsNonRoot: true |
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.
Is it necessary to set that? I believe INCEpTION should be able to run on Kubernetes as a non-privileged user.
failureThreshold: 5 | ||
|
||
# INCEpTION's pod liveness probe. | ||
livenessProbe: |
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.
INCEpTION has an actuator endpoint that can be queried whether the system is ready. Should that be used here?
@@ -0,0 +1,495 @@ | |||
# Default values for inception. |
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.
Is there tooling to somehow automatically generate/update this file based on e.g. some Spring metadata?
What's in the PR
How to test manually
Automatic testing
Documentation
chart/inception/README.md
filevalues-schema plugin
, from the root of the git repo :PS @reckart : The CLAs are on their way, the holidays are adding a bit of delay. I think it's best not merging this MR until you have them, but I'll happily exchange about the feature until then :)