Browse Source

clarify endpoint variable format

AjayTripathy 7 năm trước cách đây
mục cha
commit
2fb1740002
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kubernetes/deployment.yaml

+ 1 - 1
kubernetes/deployment.yaml

@@ -27,7 +27,7 @@ spec:
               memory: "55M"
           env:
             - name: PROMETHEUS_SERVER_ENDPOINT
-              value: <add a prometheus server endpoint> # kube-state-metrics and prometheus must be installed.
+              value: # kube-state-metrics and prometheus must be installed. The endpoint should have the form http://<pod-name>.<namespace>.svc.cluster.local
             - name: CLOUD_PROVIDER_API_KEY
               value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key.
           imagePullPolicy: Always