Difference between revisions of "Helm show all grafana/grafana"
Jump to navigation
Jump to search
Line 48: | Line 48: | ||
replicas: 1 | replicas: 1 | ||
+ | |||
+ | ## Create HorizontalPodAutoscaler object for deployment type | ||
+ | # | ||
+ | autoscaling: | ||
+ | enabled: false | ||
+ | # minReplicas: 1 | ||
+ | # maxReplicas: 10 | ||
+ | # metrics: | ||
+ | # - type: Resource | ||
+ | # resource: | ||
+ | # name: cpu | ||
+ | # targetAverageUtilization: 60 | ||
+ | # - type: Resource | ||
+ | # resource: | ||
+ | # name: memory | ||
+ | # targetAverageUtilization: 60 | ||
+ | </pre> |
Revision as of 19:42, 5 December 2021
apiVersion: v2 appVersion: 8.2.5 description: The leading tool for querying and visualizing time series and metrics. home: https://grafana.net icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png kubeVersion: ^1.8.0-0 maintainers: - email: [email protected] name: zanhsieh - email: [email protected] name: rtluckie - email: [email protected] name: maorfr - email: [email protected] name: Xtigyro - email: [email protected] name: torstenwalter name: grafana sources: - https://github.com/grafana/grafana type: application version: 6.17.8 --- rbac: create: true ## Use an existing ClusterRole/Role (depending on rbac.namespaced false/true) # useExistingRole: name-of-some-(cluster)role pspEnabled: true pspUseAppArmor: true namespaced: false extraRoleRules: [] # - apiGroups: [] # resources: [] # verbs: [] extraClusterRoleRules: [] # - apiGroups: [] # resources: [] # verbs: [] serviceAccount: create: true name: nameTest: # annotations: # eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here autoMount: true replicas: 1 ## Create HorizontalPodAutoscaler object for deployment type # autoscaling: enabled: false # minReplicas: 1 # maxReplicas: 10 # metrics: # - type: Resource # resource: # name: cpu # targetAverageUtilization: 60 # - type: Resource # resource: # name: memory # targetAverageUtilization: 60
Advertising: