Last active
August 15, 2023 11:34
-
-
Save akash-gautam/ef5b2c5a1fc186ada23dbc709b8d0d12 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: 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks bro