Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s-manifests/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: api
spec:
replicas: 5
replicas: 3
selector:
matchLabels:
app: api
Expand All @@ -34,4 +34,4 @@ spec:
image: dockersamples/wordsmith-api
ports:
- containerPort: 8080
name: api
name: api
2 changes: 1 addition & 1 deletion k8s-manifests/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
name: web
selector:
app: web
type: LoadBalancer
type: ClusterIP
---
apiVersion: apps/v1
kind: Deployment
Expand Down