github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/overrides/prometheus-pushgateway-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  serviceMonitor:
     5    namespace: verrazzano-monitoring
     6    additionalLabels:
     7      release: prometheus-pushgateway
     8  persistentVolume:
     9    enabled: false
    10  podLabels:
    11    sidecar.istio.io/inject: "false"
    12  securityContext:
    13    runAsGroup: 65534
    14    seccompProfile:
    15      type: RuntimeDefault
    16  containerSecurityContext:
    17    allowPrivilegeEscalation: false
    18    capabilities:
    19      drop:
    20        - ALL
    21    privileged: false
    22    readOnlyRootFilesystem: true