github.com/rohankumardubey/draft-classic@v0.16.0/packs/csharp/charts/values.yaml (about) 1 # Default values for c#. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 replicaCount: 1 5 image: 6 pullPolicy: IfNotPresent 7 service: 8 name: dotnetcore 9 type: ClusterIP 10 externalPort: 8080 11 internalPort: 80 12 resources: 13 limits: 14 cpu: 1 15 memory: 256Mi 16 requests: 17 cpu: 250m 18 memory: 256Mi 19 ingress: 20 enabled: false