X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=kubernetes%2Fcommon%2Fdgbuilder%2Fvalues.yaml;fp=kubernetes%2Fcommon%2Fdgbuilder%2Fvalues.yaml;h=68cb86bd7eec6ca3535e5194d13d9e1ecf82c5f6;hp=c4dcb2f40e20f83e5dc904b42bdf025f2b0ddefe;hb=d518f733756ef9d9b1b7015d509906152d6a1288;hpb=148634b5a6d0d0a8abaee04f416dbae6d6814e38 diff --git a/kubernetes/common/dgbuilder/values.yaml b/kubernetes/common/dgbuilder/values.yaml index c4dcb2f40e..68cb86bd7e 100644 --- a/kubernetes/common/dgbuilder/values.yaml +++ b/kubernetes/common/dgbuilder/values.yaml @@ -166,6 +166,13 @@ resources: memory: "4Gi" unlimited: {} +podAnnotations: + # Workarround to exclude K8S API from istio communication + # as init-container (readinessCheck) does not work with the + # Istio CNI plugin, see: + # (https://istio.io/latest/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers) + traffic.sidecar.istio.io/excludeOutboundPorts: "443" + #Pods Service Account serviceAccount: nameOverride: dgbuilder