Che-Hsun Liu created HDDS-13992:
-----------------------------------
Summary: Support additional annotations for pods
Key: HDDS-13992
URL: https://issues.apache.org/jira/browse/HDDS-13992
Project: Apache Ozone
Issue Type: Improvement
Components: Helm
Reporter: Che-Hsun Liu
Support configuring additional pod annotations via values.yaml. This allows
users to customize annotations such as those used to control Istio sidecar
resources:
{code:java}
apiVersion: apps/v1
kind: StatefulSet
spec:
template:
metadata:
annotations:
sidecar.istio.io/proxyCPU: 100m
sidecar.istio.io/proxyCPULimit: 200m
sidecar.istio.io/proxyMemory: 128Mi
sidecar.istio.io/proxyMemoryLimit: 256Mi {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]