Skip to content

Commit

Permalink
Add support to Zabbix 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aeciopires committed Nov 9, 2020
1 parent 7c6a66e commit 6182b95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The following tables lists the configurable parameters of the chart and their de
| zabbixServer.POSTGRES_USER | string | `"zabbix"` | User of database |
| zabbixServer.image.pullPolicy | string | `"IfNotPresent"` | Pull policy of Docker image |
| zabbixServer.image.repository | string | `"zabbix/zabbix-server-pgsql"` | Zabbix server Docker image name |
| zabbixServer.image.tag | string | `"ubuntu-5.0.4"` | Tag of Docker image of Zabbix server |
| zabbixServer.image.tag | string | `"ubuntu-5.2.0"` | Tag of Docker image of Zabbix server |
| zabbixServer.replicaCount | int | `1` | Number of replicas of ``zabbixServer`` module |
| zabbixServer.service.port | int | `10051` | Port of service in Kubernetes cluster |
| zabbixServer.service.type | string | `"ClusterIP"` | Type of service in Kubernetes cluster |
Expand All @@ -193,7 +193,7 @@ The following tables lists the configurable parameters of the chart and their de
| zabbixagent.enabled | bool | `true` | Enables use of Zabbix agent |
| zabbixagent.image.pullPolicy | string | `"IfNotPresent"` | Pull policy of Docker image |
| zabbixagent.image.repository | string | `"zabbix/zabbix-agent"` | Zabbix agent Docker image name |
| zabbixagent.image.tag | string | `"ubuntu-5.0.4"` | Tag of Docker image of Zabbix agent |
| zabbixagent.image.tag | string | `"ubuntu-5.2.0"` | Tag of Docker image of Zabbix agent |
| zabbixagent.service.port | int | `10050` | Port to expose service |
| zabbixagent.service.targetPort | int | `10050` | Port of application pod |
| zabbixagent.service.type | string | `"ClusterIP"` | Type of service for Zabbix agent |
Expand All @@ -211,7 +211,7 @@ The following tables lists the configurable parameters of the chart and their de
| zabbixproxy.enabled | bool | `false` | Enables use of **Zabbix proxy** |
| zabbixproxy.image.pullPolicy | string | `"IfNotPresent"` | Pull policy of Docker image |
| zabbixproxy.image.repository | string | `"zabbix/zabbix-proxy-mysql"` | Zabbix proxy Docker image name |
| zabbixproxy.image.tag | string | `"ubuntu-5.0.4"` | Tag of Docker image of Zabbix proxy |
| zabbixproxy.image.tag | string | `"ubuntu-5.2.0"` | Tag of Docker image of Zabbix proxy |
| zabbixproxy.service.port | int | `10051` | Port to expose service |
| zabbixproxy.service.targetPort | int | `10051` | Port of application pod |
| zabbixproxy.service.type | string | `"ClusterIP"` | Type of service for Zabbix proxy |
Expand All @@ -225,7 +225,7 @@ The following tables lists the configurable parameters of the chart and their de
| zabbixweb.enabled | bool | `true` | Enables use of Zabbix web |
| zabbixweb.image.pullPolicy | string | `"IfNotPresent"` | Pull policy of Docker image |
| zabbixweb.image.repository | string | `"zabbix/zabbix-web-apache-pgsql"` | Zabbix web Docker image name |
| zabbixweb.image.tag | string | `"ubuntu-5.0.4"` | Tag of Docker image of Zabbix web |
| zabbixweb.image.tag | string | `"ubuntu-5.2.0"` | Tag of Docker image of Zabbix web |
| zabbixweb.service.port | int | `80` | Port to expose service |
| zabbixweb.service.targetPort | int | `8080` | Port of application pod |
| zabbixweb.service.type | string | `"NodePort"` | Type of service for Zabbix web |
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zabbixServer:
# -- Zabbix server Docker image name
repository: zabbix/zabbix-server-pgsql
# -- Tag of Docker image of Zabbix server
tag: ubuntu-5.0.4
tag: ubuntu-5.2.0
# -- Pull policy of Docker image
pullPolicy: IfNotPresent
# -- Address of database host
Expand Down Expand Up @@ -48,7 +48,7 @@ zabbixproxy:
# -- Zabbix proxy Docker image name
repository: zabbix/zabbix-proxy-mysql
# -- Tag of Docker image of Zabbix proxy
tag: ubuntu-5.0.4
tag: ubuntu-5.2.0
# -- Pull policy of Docker image
pullPolicy: IfNotPresent
# -- The variable allows to switch Zabbix proxy mode. Bu default, value is 0 - active proxy. Allowed values are 0 and 1.
Expand Down Expand Up @@ -100,7 +100,7 @@ zabbixagent:
# -- Zabbix agent Docker image name
repository: zabbix/zabbix-agent
# -- Tag of Docker image of Zabbix agent
tag: ubuntu-5.0.4
tag: ubuntu-5.2.0
# -- Pull policy of Docker image
pullPolicy: IfNotPresent
# -- Zabbix agent hostname
Expand Down Expand Up @@ -145,7 +145,7 @@ zabbixweb:
# -- Zabbix web Docker image name
repository: zabbix/zabbix-web-apache-pgsql
# -- Tag of Docker image of Zabbix web
tag: ubuntu-5.0.4
tag: ubuntu-5.2.0
# -- Pull policy of Docker image
pullPolicy: IfNotPresent
# -- Zabbix server host
Expand Down

0 comments on commit 6182b95

Please sign in to comment.