Skip to content

Commit

Permalink
Merge pull request #233 from OT-CONTAINER-KIT/pga-grafana-statefulset
Browse files Browse the repository at this point in the history
Create grafana statefulset
  • Loading branch information
ashwani-opstree authored Aug 13, 2024
2 parents d0adc83 + 1166e82 commit 63f44f0
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions charts/pga/examples/pga-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
app:
enabled: false

kube:
enabled: true
grafana:
enabled: true
testFramework:
enabled: false
sidecar:
datasources:
defaultDatasourceEnabled: false
resources:
requests:
cpu: 1
memory: 2Gi
limits:
cpu: 1
memory: 2Gi
persistence:
enabled: true
type: sts
storageClassName: buildpiper-storage
accessModes:
- ReadWriteOnce
size: 1Gi
finalizers:
- kubernetes.io/pvc-protection
alertmanager:
enabled: false
prometheus:
enabled: true
prometheusSpec:
retention: 3d
resources:
requests:
cpu: 1
memory: 1Gi
limits:
cpu: 2
memory: 2Gi
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: buildpiper-storage
resources:
requests:
storage: 20Gi

pushgateway:
enabled: false

blackbox:
enabled: false

adapter:
enabled: false

thanos:
enabled: false

0 comments on commit 63f44f0

Please sign in to comment.