Skip to content

Instantly share code, notes, and snippets.

@myugan
Created February 7, 2021 15:51
Show Gist options
  • Save myugan/8d417c0468c9bf3263e940a316526007 to your computer and use it in GitHub Desktop.
Save myugan/8d417c0468c9bf3263e940a316526007 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
labels:
run: redis
name: redis
namespace: production
spec:
containers:
- image: redis
name: redis
ports:
- containerPort: 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment