Skip to content

Commit

Permalink
chore: different metrics values for production and local (#9124)
Browse files Browse the repository at this point in the history
## Overview

load balancers are cloud specific, so kind cannot with the lb
configuration, push prod.yaml into values folder
  • Loading branch information
Maddiaa0 authored Oct 9, 2024
1 parent 763e9b8 commit 6888d70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spartan/metrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,6 @@ prometheus:
# Enable and configure Grafana
# https://artifacthub.io/packages/helm/grafana/grafana
grafana:
service:
type: LoadBalancer
port: 443
annotations:
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:278380418400:certificate/39e70177-9fb5-40e3-a73c-5d963bb6d50c"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443"
service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy: "ELBSecurityPolicy-TLS-1-2-2017-01"
persistence:
type: pvc
enabled: true
size: "10Gi"
datasources:
datasources.yaml:
apiVersion: 1
Expand Down
15 changes: 15 additions & 0 deletions spartan/metrics/values/prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Enable and configure Grafana
# https://artifacthub.io/packages/helm/grafana/grafana
grafana:
service:
type: LoadBalancer
port: 443
annotations:
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:278380418400:certificate/39e70177-9fb5-40e3-a73c-5d963bb6d50c"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443"
service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy: "ELBSecurityPolicy-TLS-1-2-2017-01"
persistence:
type: pvc
enabled: true
size: "10Gi"

0 comments on commit 6888d70

Please sign in to comment.