Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored May 8, 2023
1 parent 0000b0b commit f1a3ff6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Install via helm (https://github.com/amazeeio/charts/tree/main/charts/aergia)
## Custom templates
If installing via helm, you can use this YAML in your values.yaml file and define the templates there.

> See `www/error.html`, `www/force.html`, and `www/unidle.html` for inspiration
> See `www/error.html`, `www/forced.html`, and `www/unidle.html` for inspiration
```
templates:
Expand Down Expand Up @@ -62,7 +62,6 @@ templates:
{{define "base"}}
<html>
<head>
<meta http-equiv="refresh" content="{{ .RefreshInterval }}">
</head>
<body>
{{ .ErrorCode }} {{ .ErrorMessage }}
Expand All @@ -80,4 +79,4 @@ One of the requirements of using prometheus is the ability to query for ingress-

You need to ensure that your ingress-nginx controller is scraped for this metric or else the idler will assume there have been 0 hits and idle the environment without hesitation.

An example `ServiceMonitor` is found in this repo under `test-resources/ingress-servicemonitor.yaml`
An example `ServiceMonitor` is found in this repo under `test-resources/ingress-servicemonitor.yaml`

0 comments on commit f1a3ff6

Please sign in to comment.