Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Last active August 15, 2023 11:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save akash-gautam/ef5b2c5a1fc186ada23dbc709b8d0d12 to your computer and use it in GitHub Desktop.
Save akash-gautam/ef5b2c5a1fc186ada23dbc709b8d0d12 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mongodb
spec:
template:
metadata:
labels:
app: mongodb
spec:
containers:
- name: mongodb
image: mongo
ports:
- name: mongodbport
containerPort: 27017
protocol: TCP
@watcher10
Copy link

thanks bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment