ITC/ITM non-root, persist apiserver license, SFTP NetworkPolicy (v0.2.0)#3
Merged
Merged
Conversation
… (v0.2.0) Sync from internal working mirror: - apiserver: mount the license secret inside the PVC so the entrypoint symlink (/opt/.../license -> /var/lib/.../license) works and license state persists across restarts — avoids a new License Server instance registration on every pod restart - ITC/ITM: run as non-root (runAsNonRoot: true, UID/GID/fsGroup 10001); drop the now-obsolete prepare-itm-data init container - values.yaml: clarify that vtom.securityContext applies to VTOM components only (ITC/ITM/MFT use their hardcoded uid 10001) - values-client-template.yaml: add networkPolicy.sftpExternalCidrs to mirror mft.sftpService.loadBalancerSourceRanges at the pod NetworkPolicy level Bump chart version 0.1.0 -> 0.2.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sync from the internal working mirror, bumping the chart to v0.2.0.
/opt/.../license -> /var/lib/.../license) works and license state persists across restarts — avoids a new License Server instance registration on every pod restart.runAsNonRoot: true, UID/GID/fsGroup10001); drop the now-obsoleteprepare-itm-datainit container.vtom.securityContextapplies to VTOM components only (ITC/ITM/MFT use their hardcoded uid 10001).networkPolicy.sftpExternalCidrsto mirrormft.sftpService.loadBalancerSourceRangesat the pod NetworkPolicy level.Test plan
helm lintpasses on azure / aws / gcp / onpremise profileshelm templaterenders ITC/ITM/apiserver deployments with the expected securityContext and license mount🤖 Generated with Claude Code