github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/overrides/oam-kubernetes-runtime-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  # Removing the limits for OAM since there could be many OAM apps deployed
     5  resources:
     6    requests:
     7      cpu: 100m
     8      memory: 20Mi
     9  
    10  podSecurityContext:
    11    runAsGroup: 65532
    12    runAsNonRoot: true
    13    runAsUser: 65532
    14    seccompProfile:
    15      type: RuntimeDefault
    16  
    17  securityContext:
    18    privileged: false
    19    allowPrivilegeEscalation: false
    20    capabilities:
    21      drop:
    22        - ALL
    23  
    24  extraLabels:
    25    sidecar.istio.io/inject: "false"