Skip to content

Instantly share code, notes, and snippets.

@dmi3mis
Created September 20, 2021 12:07
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 dmi3mis/c798350ddc1f34b4d05a9812370a37f7 to your computer and use it in GitHub Desktop.
Save dmi3mis/c798350ddc1f34b4d05a9812370a37f7 to your computer and use it in GitHub Desktop.
simple pod yaml
apiVersion: v1
kind: Pod
metadata:
name: pod
labels:
app: podapp
spec:
containers:
- resources:
image: registry.access.redhat.com/rhscl/httpd-24-rhel7:latest
name: pod
ports:
- containerPort: 8080
name: http
env:
- name: MY_ENV
value: myvalue
status:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment