Created
August 4, 2023 18:04
-
-
Save agracey/48c4f547732a85ad16a26839fafb5467 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: apps/v1 | |
kind: Deployment | |
metadata: | |
name: nginx-test | |
spec: | |
replicas: 1 | |
selector: | |
template: | |
spec: | |
containers: | |
- name: nginx | |
image: nginx:1.14.2 |
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
namespace: blah |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment