Created
November 27, 2021 06:18
-
-
Save emreozkangit/5c975a40166d3875c6f36f3801bd1f0a 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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: http | |
labels: | |
role: http | |
spec: | |
containers: | |
- name: http | |
image: registry.redhat.io/rhscl/httpd-24-rhel7:2.4-170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment