github.com/Azure/draft-classic@v0.16.0/cmd/draft/testdata/create/generated/simple-go/charts/go/values.yaml (about)

     1  # Default values for golang.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  replicaCount: 2
     5  image:
     6    pullPolicy: IfNotPresent
     7  service:
     8    name: golang
     9    type: ClusterIP
    10    externalPort: 80
    11    internalPort: 8080
    12  resources:
    13    limits:
    14      cpu: 100m
    15      memory: 128Mi
    16    requests:
    17      cpu: 100m
    18      memory: 128Mi