Skip to content

Commit

Permalink
Merge pull request #13101 from hongkailiu/grafanaD
Browse files Browse the repository at this point in the history
Use ONE replica for grafana deployment
  • Loading branch information
k8s-ci-robot authored Jun 20, 2019
2 parents 1910595 + b1fbeec commit 8277074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prow/monitoring/grafana_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ metadata:
name: grafana
namespace: prow-monitoring
spec:
replicas: 2
#keep replicas 1 unless we have a solution to
#A. GLB BackendConfig with session affinity, or
#B. SHARED session between replicas
replicas: 1
selector:
matchLabels:
app: grafana
Expand Down

0 comments on commit 8277074

Please sign in to comment.