From bc2e349ea1033e4de8babc4347d32502621eede9 Mon Sep 17 00:00:00 2001 From: Karl Keppner Date: Fri, 7 Apr 2023 16:45:11 -0600 Subject: [PATCH] Ability to change loki-read and loki-write services to NodePort for use with EKS. --- docs/sources/installation/helm/reference.md | 54 +++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/docs/sources/installation/helm/reference.md b/docs/sources/installation/helm/reference.md index 2ac5590dc18da..3929e570d4fef 100644 --- a/docs/sources/installation/helm/reference.md +++ b/docs/sources/installation/helm/reference.md @@ -2908,6 +2908,33 @@ null
 {}
 
+ + + + read.service.annotations + object + Annotations for the gateway service +
+{}
+
+ + + + read.service.clusterIP + string + ClusterIP of the gateway service +
+null
+
+ + + + read.service.type + string + Type of the gateway service +
+"ClusterIP"
+
@@ -3762,6 +3789,33 @@ null
 {}
 
+ + + + write.service.annotations + object + Annotations for the gateway service +
+{}
+
+ + + + write.service.clusterIP + string + ClusterIP of the gateway service +
+null
+
+ + + + write.service.type + string + Type of the gateway service +
+"ClusterIP"
+