github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-monitoring-operator/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 global: 5 imagePullSecrets: [] 6 7 image: 8 pullPolicy: IfNotPresent 9 10 11 monitoringOperator: 12 name: verrazzano-monitoring-operator 13 metricsPort: 8090 14 exporterPort: 9100 15 defaultSimpleCompReplicas: 1 16 defaultPrometheusReplicas: 1 17 alertManagerImage: "noimage" 18 osWaitTargetVersion: 2.3.0 19 oidcAuthEnabled: true 20 RequestMemory: 48Mi 21 22 config: 23 envName: 24 dnsSuffix: 25 26 api: 27 name: verrazzano-authproxy 28 port: 8775