add grafana operator
This commit is contained in:
		
							
								
								
									
										38
									
								
								clusters/cl01tl/monitoring/grafana-operator/values.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								clusters/cl01tl/monitoring/grafana-operator/values.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,38 @@
 | 
			
		||||
grafana-operator:
 | 
			
		||||
  replicas: 2
 | 
			
		||||
  serviceAccount:
 | 
			
		||||
    create: true
 | 
			
		||||
  rbac:
 | 
			
		||||
    create: true
 | 
			
		||||
  resources:
 | 
			
		||||
    requests:
 | 
			
		||||
      cpu: 10m
 | 
			
		||||
      memory: 64Mi
 | 
			
		||||
  serviceMonitor:
 | 
			
		||||
    enabled: true
 | 
			
		||||
  dashboard:
 | 
			
		||||
    enabled: false
 | 
			
		||||
postgres-17-cluster:
 | 
			
		||||
  mode: standalone
 | 
			
		||||
  cluster:
 | 
			
		||||
    storage:
 | 
			
		||||
      storageClass: local-path
 | 
			
		||||
    walStorage:
 | 
			
		||||
      storageClass: local-path
 | 
			
		||||
    monitoring:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      prometheusRule:
 | 
			
		||||
        enabled: true
 | 
			
		||||
  recovery:
 | 
			
		||||
    method: objectStore
 | 
			
		||||
    objectStore:
 | 
			
		||||
      endpointURL: https://nyc3.digitaloceanspaces.com
 | 
			
		||||
      destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
 | 
			
		||||
      endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret
 | 
			
		||||
      recoveryIndex: 1
 | 
			
		||||
  backup:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    endpointURL: https://nyc3.digitaloceanspaces.com
 | 
			
		||||
    destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
 | 
			
		||||
    endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret
 | 
			
		||||
    backupIndex: 1
 | 
			
		||||
		Reference in New Issue
	
	Block a user