Skip to content

Commit

Permalink
Chore: Desafio3
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Nov 10, 2024
1 parent 4f0a39b commit 076ee43
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 1 deletion.
Binary file added grafana/image copy 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added grafana/image copy 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added grafana/image copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added grafana/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ kind: Deployment
metadata:
name: fakeshop
spec:
replicas: 3
replicas: 4
selector:
matchLabels:
app: fakeshop
template:
metadata:
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '5000'
prometheus.io/path: '/metrics'
labels:
app: fakeshop
spec:
Expand Down
Loading

0 comments on commit 076ee43

Please sign in to comment.