Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viktoschi/ddc00fff75b9438d3bfdcb3b0b25843a to your computer and use it in GitHub Desktop.
Save viktoschi/ddc00fff75b9438d3bfdcb3b0b25843a to your computer and use it in GitHub Desktop.
piVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: vote-pod
name: vote-pod
spec:
containers:
- env:
- name: REDIS_HOST
value: redis-service
image: gcr.io/cloudogu-trainings/orpheus/vote:0.2
name: vote-pod
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment