Skip to content

Instantly share code, notes, and snippets.

@gmaliar
Created September 1, 2017 13:01
Show Gist options
  • Select an option

  • Save gmaliar/3f37cdde51cfb6a540f76839c71ae7f3 to your computer and use it in GitHub Desktop.

Select an option

Save gmaliar/3f37cdde51cfb6a540f76839c71ae7f3 to your computer and use it in GitHub Desktop.
Helm example: values.yml and <env>.yml
env:
host: studio.tailorbrands.com
web:
service:
port: 80
pod:
port: 3000
resources:
limits:
memory: 10Gi
requests:
cpu: 2
memory: 4Gi
bg:
resources:
limits:
memory: 16Gi
requests:
cpu: 4
memory: 8Gi
ecr:
url: <ACCOUNT ID>.dkr.ecr.<REGION>.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment