Created
May 24, 2022 20:15
-
-
Save mrunalp/9bff13e693e5f91cc78114a3f6f0cefe to your computer and use it in GitHub Desktop.
This file contains 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: httpd | |
spec: | |
containers: | |
- name: httpd | |
image: httpd:2.4-alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment