فهرست منبع

fix wording on prometheus config instructions

AjayTripathy 7 سال پیش
والد
کامیت
474c20cdfd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      kubernetes/deployment.yaml

+ 1 - 1
kubernetes/deployment.yaml

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