Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created June 4, 2020 15:40
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/13459c50eb8db3a17b60e5afbe1a304a to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/13459c50eb8db3a17b60e5afbe1a304a to your computer and use it in GitHub Desktop.
spec:
containers:
- name: client
image: chrischinchilla/humanitech-product-fe
imagePullPolicy: "IfNotPresent"
ports:
- name: http
containerPort: 8080
env:
- name: PRODUCT_BE_SERVER_URL
valueFrom:
fieldRef:
fieldPath: status.podIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment