github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/overrides/prometheus-adapter-values.yaml (about) 1 # Copyright (c) 2022, 2023, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 prometheus: 5 url: http://prometheus-operator-kube-p-prometheus 6 7 podSecurityContext: 8 runAsGroup: 10001 9 runAsNonRoot: true 10 runAsUser: 10001 11 seccompProfile: 12 type: RuntimeDefault 13 14 customLabels: 15 sidecar.istio.io/inject: 'false'