Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created June 4, 2020 15:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisChinchilla/5d111502611294fe392923e879bf4b1e to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/5d111502611294fe392923e879bf4b1e to your computer and use it in GitHub Desktop.
spec:
containers:
- name: product-be
image: chrischinchilla/humanitech-product-be
imagePullPolicy: "IfNotPresent"
resources:
requests:
memory: "32Mi"
env:
- name: DATABASE_HOST
value: postgres
- name: DATABASE_NAME
value: product
- name: DATABASE_PASSWORD
value: pr0dr0b0t
- name: DATABASE_USER
value: product_robot
- name: DATABASE_PORT
value: "5432"
- name: MEMORY_LIMIT
valueFrom:
resourceFieldRef:
containerName: product-be
resource: requests.memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment