Skip to content

Commit

Permalink
feat: commclassroom notations changed to wmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed Dec 27, 2022
1 parent 4bedbd6 commit 1092381
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
12 changes: 6 additions & 6 deletions kubernetes/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: commclassroom-deploy
name: wmd-deploy
namespace: default
spec:
## Set to 5 for start of lab
## Set to 5 for start
replicas: 5
selector:
matchLabels:
env: commclassroom
env: wmd
progressDeadlineSeconds: 300
minReadySeconds: 10
strategy:
Expand All @@ -19,10 +19,10 @@ spec:
template:
metadata:
labels:
env: commclassroom
env: wmd
spec:
containers:
- name: commclassroom-ctr
image: kaiwalyakoparkar/commclassroom:1.0
- name: wmd-ctr
image: kaiwalyakoparkar/wemakedevs:1.0
ports:
- containerPort: 3000
22 changes: 0 additions & 22 deletions kubernetes/pod.yml

This file was deleted.

4 changes: 2 additions & 2 deletions kubernetes/svc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: commclassroom
name: wmd-svc
spec:
type: LoadBalancer
ports:
- port: 9000
targetPort: 3000
selector:
env: commclassroom
env: wmd

0 comments on commit 1092381

Please sign in to comment.