Explorar o código

Update deployment.yaml

Ajay Tripathy %!s(int64=5) %!d(string=hai) anos
pai
achega
a14a681db1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      kubernetes/deployment.yaml

+ 2 - 2
kubernetes/deployment.yaml

@@ -22,7 +22,7 @@ spec:
       restartPolicy: Always
       serviceAccountName: cost-model
       containers:
-        - image: ajaytripathy/kubecost-cost-model:latest
+        - image: quay.io/kubecost1/kubecost-cost-model:latest
           name: cost-model
           resources:
             requests:
@@ -32,5 +32,5 @@ spec:
             - name: PROMETHEUS_SERVER_ENDPOINT
               value: "{{prometheusEndpoint}}"  #The endpoint should have the form http://<service-name>.<namespace-name>.svc
             - name: CLOUD_PROVIDER_API_KEY
-              value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key.
+              value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key. This is supplied just for evaluation.
           imagePullPolicy: Always