Skip to content

Commit 4d493ee

Browse files
authored
Merge pull request #102668 from that-guy-is-it/patch-1
Update Sample YAML in prometheus-remote-write-managed-identity.md
2 parents ef70305 + e7a28b0 commit 4d493ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ This step isn't required if you're using an AKS identity since it will already h
105105
httpGet:
106106
path: /health
107107
port: rw-port
108-
initialDelaySeconds: 10
109-
timeoutSeconds: 10
108+
initialDelaySeconds: 10
109+
timeoutSeconds: 10
110110
readinessProbe:
111111
httpGet:
112112
path: /ready
113113
port: rw-port
114-
initialDelaySeconds: 10
115-
timeoutSeconds: 10
114+
initialDelaySeconds: 10
115+
timeoutSeconds: 10
116116
env:
117117
- name: INGESTION_URL
118118
value: <INGESTION_URL>

0 commit comments

Comments
 (0)