github.com/verrazzano/verrazzano@v1.7.0/tools/psr/manifests/charts/worker/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 #imageName: 5 imagePullSecrets: 6 - name: verrazzano-container-registry 7 imagePullPolicy: IfNotPresent 8 9 replicas: 1 10 11 # envVars contains default worker type and ENV vars common to all workers 12 global: 13 envVars: 14 PSR_WORKER_TYPE: example 15 PSR_DURATION: -1s 16 PSR_LOOP_SLEEP: 1s 17 PSR_WORKER_THREAD_COUNT: 1 18 19 # appType can be either oam or k8s, which are just Kubernetes deployments 20 appType: oam 21 22 # whether the pod should be injected with an istio envoy proxy sidecar 23 istioInject: false 24 25 # Each worker that has a subchart needs to override this property 26 opensearch: 27 enabled: false 28 29 prometheus: 30 enabled: false 31 32 http: 33 enabled: false