Skip to content

Commit 09de985

Browse files
committed
Improve the install
1 parent f42a069 commit 09de985

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

resources/ntp/INSTALL.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Installing the exporter
2-
To install the [NTP exporter](https://github.com/sapcc/ntp_exporter) here there is an example of a deployment:
2+
To install the [NTP exporter](https://github.com/sapcc/ntp_exporter) below there is an example of a deployment:
3+
4+
5+
En the args, just replace the server for the one you are using
6+
7+
```
8+
args: [
9+
"-ntp.server", "Your-ntp-server"
10+
]
11+
```
312

resources/ntp/include/ntp-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: ntp-exporter
2020
image: sapcc/ntp-exporter:v2.0.2
2121
args: [
22-
"-ntp.server", "chrony-alpine-service"
22+
"-ntp.server", "Your-NTP-server"
2323
]
2424
resources:
2525
limits:

0 commit comments

Comments
 (0)