Skip to content

Instantly share code, notes, and snippets.

@BacancyPratik
Created July 12, 2023 07:19
Show Gist options
  • Save BacancyPratik/d8784f86b9d4d9fc223b92a72d37a01b to your computer and use it in GitHub Desktop.
Save BacancyPratik/d8784f86b9d4d9fc223b92a72d37a01b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ymlnginx
spec:
containers:
- image: nginx
name: nginx
ports:
- containerPort: 8081
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment