-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add monitoring using prometheus-stack
- Loading branch information
1 parent
2cb4c67
commit 2a0f6b2
Showing
7 changed files
with
154 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
clusterDomain: "example.com" | ||
|
||
ingress-nginx: | ||
controller: | ||
config: | ||
proxy-body-size: 100m | ||
|
||
cert-manager: | ||
# Set your email address here so auto-generated HTTPS certs will work: | ||
email: "[email protected]" | ||
|
@@ -11,8 +14,31 @@ elasticsearch: | |
|
||
metricsserver: | ||
enabled: false | ||
|
||
vpa: | ||
enabled: false | ||
|
||
opensearch: | ||
enabled: false | ||
|
||
prometheusstack: | ||
enabled: false | ||
|
||
grafana: | ||
enabled: false | ||
|
||
ingress: | ||
enabled: true | ||
ingressClassName: nginx | ||
annotations: | ||
cert-manager.io/cluster-issuer: "harmony-letsencrypt-global" | ||
nginx.ingress.kubernetes.io/ssl-redirect: "true" | ||
hosts: | ||
- grafana.example.com | ||
tls: | ||
- secretName: promstack-ingress-tls | ||
hosts: | ||
- grafana.example.com | ||
|
||
# alertmanager: | ||
# config: {} # Set it using `--set-file prometheusstack.alertmanager.config=<path-to-file>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters