Skip to content

Commit

Permalink
new file: Microk8s/k8s-configuration/mongoexpress-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMonkeyCybersecurity committed Jan 5, 2025
1 parent ee2c9f9 commit 0bd4709
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Microk8s/k8s-configuration/mongoexpress-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mongo-express
labels:
app: mongo-express
spec:
replicas: 1
selector:
matchLabels:
app: mongo-express
template:
metadata:
labels:
app: mongo-express
spec:
containers:
- name: mongo-express
image: mongo-express

0 comments on commit 0bd4709

Please sign in to comment.