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