Explorar el Código

Remove cluster.local in comment

Webb Brown hace 6 años
padre
commit
ee7a4777fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kubernetes/deployment.yaml

+ 1 - 1
kubernetes/deployment.yaml

@@ -27,7 +27,7 @@ spec:
               memory: "55M"
               memory: "55M"
           env:
           env:
             - name: PROMETHEUS_SERVER_ENDPOINT
             - name: PROMETHEUS_SERVER_ENDPOINT
-              value: "{{prometheusEndpoint}}"  #The endpoint should have the form http://<service-name>.<namespace-name>.svc.cluster.local 
+              value: "{{prometheusEndpoint}}"  #The endpoint should have the form http://<service-name>.<namespace-name>.svc
             - name: CLOUD_PROVIDER_API_KEY
             - name: CLOUD_PROVIDER_API_KEY
               value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key.
               value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key.
           imagePullPolicy: Always
           imagePullPolicy: Always