vaultwarden icon indicating copy to clipboard operation
vaultwarden copied to clipboard

Remove EnableServiceLinks

Open gecube opened this issue 1 year ago • 0 comments

Hello!

By default the enableServiceLinks is true.

kubectl explain deployment.spec.template.spec.enableServiceLinks
GROUP:      apps
KIND:       Deployment
VERSION:    v1

FIELD: enableServiceLinks <boolean>

DESCRIPTION:
    EnableServiceLinks indicates whether information about services should be
    injected into pod's environment variables, matching the syntax of Docker
    links. Optional: Defaults to true.

It means that there is a bunch of unused and unnecessary ENVs inside of containers. I am kindly asking to remove it. Or to make configurable.

gecube avatar Jun 06 '24 14:06 gecube