Skip to content

Commit

Permalink
update ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Larionov committed Sep 21, 2021
1 parent 6a571de commit 1e31968
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/helm-zabbix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: zabbix
version: 0.3.4
version: 0.3.5
appVersion: 5.4.1
description: Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics.
keywords:
Expand Down
11 changes: 7 additions & 4 deletions charts/helm-zabbix/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ spec:
ports:
- port: 10051
targetPort: 10051
nodePort: 10051
name: zabbix-server
- port: 10052
targetPort: 10052
nodePort: 10052
name: zabbix-jmx
- port: 161
targetPort: 161
protocol: UDP
name: zabbix-snmp
# - port: 161
# targetPort: 161
# protocol: UDP
# name: zabbix-snmp
- port: 162
targetPort: 162
nodePort: 162
protocol: UDP
name: zabbix-snmp-trap
selector:
Expand Down
2 changes: 1 addition & 1 deletion charts/helm-zabbix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ zabbixServer:
POSTGRES_DB: "zabbix"
service:
# -- Type of service in Kubernetes cluster
type: ClusterIP
type: NodePort
# -- Port of service in Kubernetes cluster
port: 10051

Expand Down

0 comments on commit 1e31968

Please sign in to comment.