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

Suppress CF Specific properties from being added to app deployed into k8s cluster #5660

Open
bvkradha opened this issue Feb 5, 2024 · 0 comments
Labels
type/enhancement Is an enhancement request

Comments

@bvkradha
Copy link

bvkradha commented Feb 5, 2024

Problem description:
Primary issue is described in here.

Basically apps deployed by SCDF in k8s cluster is injecting CF specific variables.

Solution description:
Should have an ability to control properties from being set in both CF and K8s environments, so these are controlled externally by the app and not injected by default.

We use config server and each deployed app talks to config server to determine what it needs to do, this way we can control tags, actuator endpoints that we expose out of the app and control all config at one location. Makes update to those properties much more easier.

Second, even if its mandated by default, it should determine the environment it is deployed on and change behavior based on it.

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Feb 5, 2024
@cppwfs cppwfs added type/feature and removed status/need-triage Team needs to triage and take a first look labels Mar 19, 2024
@cppwfs cppwfs added type/enhancement Is an enhancement request and removed type/feature labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Is an enhancement request
Projects
None yet
Development

No branches or pull requests

2 participants