Skip to content

Commit

Permalink
fix spec errors
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Nov 29, 2021
1 parent 58f58cf commit de7225e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions kubernetes/infrastructure/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ subjects:
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
name: prometheus-deployment
name: prometheus-deployment
namespace: monitoring
spec:
replicas: 1
selector:
matchLabels:
name: prometheus
app: prometheus
template:
metadata:
labels:
Expand Down Expand Up @@ -390,14 +388,11 @@ kind: Deployment
metadata:
name: grafana-core
namespace: monitoring
labels:
app: grafana
component: core
spec:
replicas: 1
selector:
matchLabels:
name: grafana
app: grafana
template:
metadata:
labels:
Expand Down

0 comments on commit de7225e

Please sign in to comment.