Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Feature/proxy #8

Merged
merged 4 commits into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: zabbix
version: 0.1.1
version: 0.1.2
appVersion: 4.4.5
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ helm delete my-release
After deploying the chart in your cluster, yu can use the following command to access the zabbix frontend service:

```bash
minikube service zabbix-web
minikube service <release-name>-zabbix-web
```

The default username/password are `Admin`/`zabbix`
Expand Down