11# api7ee3
22
3- ![ Version: 0.3 .0] ( https://img.shields.io/badge/Version-0.3 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
3+ ![ Version: 0.4 .0] ( https://img.shields.io/badge/Version-0.4 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.0.0] ( https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -9,7 +9,7 @@ A Helm chart for Kubernetes
99| Repository | Name | Version |
1010| ------------| ------| ---------|
1111| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
12- | https://charts.bitnami.com/bitnami | prometheus | 0.1.4 |
12+ | https://charts.bitnami.com/bitnami | prometheus | 0.5.1 |
1313
1414## Values
1515
@@ -81,12 +81,19 @@ A Helm chart for Kubernetes
8181| postgresql.builtin | bool | ` true ` | |
8282| postgresql.host | string | ` "api7ee3-postgresql" ` | |
8383| postgresql.port | int | ` 5432 ` | |
84+ | postgresql.primary.persistence.size | string | ` "256Gi" ` | |
85+ | postgresql.readReplicas.persistence.size | string | ` "256Gi" ` | |
8486| prometheus.alertmanager.enabled | bool | ` false ` | |
8587| prometheus.builtin | bool | ` true ` | |
88+ | prometheus.server.configuration | string | ` "" ` | |
8689| prometheus.server.enableAdminAPI | bool | ` true ` | |
8790| prometheus.server.enableRemoteWriteReceiver | bool | ` true ` | |
91+ | prometheus.server.persistence.enabled | bool | ` true ` | |
92+ | prometheus.server.persistence.size | string | ` "120Gi" ` | |
93+ | prometheus.server.rbac.create | bool | ` false ` | |
8894| prometheus.server.service.ports.http | int | ` 9090 ` | |
8995| prometheus.server.service.type | string | ` "ClusterIP" ` | |
96+ | prometheus.server.serviceAccount.create | bool | ` false ` | |
9097| resources | object | ` {} ` | |
9198| securityContext | object | ` {} ` | |
9299| serviceAccount.annotations | object | ` {} ` | |
0 commit comments