github.com/verrazzano/verrazzano@v1.7.1/platform-operator/helm_config/overrides/coherence-values.yaml (about)

     1  # Copyright (c) 2021, 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  # The coherence-operator image now comes from the bill of materials file (verrazzano-bom.json).
     5  # This file only specifies the defaultCoherenceImage
     6  defaultCoherenceImage: ghcr.io/oracle/coherence-ce:22.06.6
     7  
     8  replicas: 1
     9  
    10  labels:
    11    sidecar.istio.io/inject: 'false'
    12  
    13  securityContext:
    14    seccompProfile:
    15      type: RuntimeDefault
    16    allowPrivilegeEscalation: false
    17    privileged: false
    18    readOnlyRootFilesystem: true
    19    runAsNonRoot: true
    20    runAsUser: 1000
    21    capabilities:
    22      drop:
    23        - ALL