github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/scanners/helm/test/testdata/with-tarred-dep/values.yaml (about)

     1  metadataservice:
     2    image:
     3      repository: ghcr.io/metal-toolbox/hollow-metadataservice
     4      tag: "v0.0.1"
     5  
     6  ingress:
     7    enabled: true
     8    hostnames:
     9      - metadata-service.mydomain
    10    publicPaths:
    11      - $
    12      - metadata
    13      - userdata
    14      - '2009-04-04'
    15  
    16  oidc:
    17    audience: ""
    18    issuer: ""
    19    jwksuri: ""
    20    rolesClaim: ""
    21    userClaim: ""
    22  
    23  replicaCount: 1
    24  resources:
    25    limits:
    26      cpu: 4
    27      memory: 4Gi
    28    requests:
    29      cpu: 4
    30      memory: 4Gi