Skip to content

Commit

Permalink
Update app-v1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekshithSN committed Feb 29, 2020
1 parent 0ff4ec5 commit f95d678
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deployment-strategies/rolling-update/app-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: my-app
spec:
replicas: 10
replicas: 5
selector:
matchLabels:
app: my-app
Expand All @@ -29,13 +29,10 @@ spec:
labels:
app: my-app
version: v1.0.0
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9101"
spec:
containers:
- name: my-app
image: containersol/k8s-deployment-strategies
image: deekshithsn/k8s-deployment-strategies
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit f95d678

Please sign in to comment.