Created
May 23, 2023 13:14
-
-
Save viktoschi/ddc00fff75b9438d3bfdcb3b0b25843a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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