github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/charts/verrazzano-console/values.yaml (about) 1 # Copyright (c) 2022, 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 name: verrazzano-console 5 imageName: 6 imageTag: 7 8 global: 9 imagePullSecrets: [] 10 11 replicas: 1 12 # NOTE: The AuthProxy deployment runs the nginx-ingress-controller image. The nginx-ingress-controller image 13 # is obtained from the bill of materials file (verrazzano-bom.json). 14 pullPolicy: IfNotPresent 15 16 config: 17 envName: 18 dnsSuffix: 19 20 # Examples to prefer scheduling on separate nodes 21 #podAntiAffinity: 22 # preferredDuringSchedulingIgnoredDuringExecution: 23 # - podAffinityTerm: 24 # labelSelector: 25 # matchLabels: 26 # app: verrazzano-console 27 # topologyKey: kubernetes.io/hostname 28 # weight: 100 29 affinity: {}