point skfe to serve pdfium and chromevr in k8s

Change-Id: I31410806ef56efcf78d58b6540ff5244915d0865
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/234540
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
diff --git a/skfe/sys/skia_org_nginx b/skfe/sys/skia_org_nginx
index c4e4392..8f00780 100644
--- a/skfe/sys/skia_org_nginx
+++ b/skfe/sys/skia_org_nginx
@@ -210,6 +210,8 @@
     client_max_body_size 100M;
 
     # serve hashes directly to avoid bot outages if gold.skia.org goes down
+    # TODO(kjlubick): spin up a baseliner and replace this rule with that
+    # (although I don't think our bots directly look at this link anyway.)
     location /_/hashes {
       proxy_pass https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt;
     }
@@ -266,12 +268,8 @@
 
     client_max_body_size 100M;
 
-    location /_/hashes {
-      proxy_pass https://storage.googleapis.com/skia-infra-gm/hash_files/gold-pdfium-hashes.txt;
-    }
-
     location / {
-        proxy_pass http://skia-gold-pdfium:8001;
+        proxy_pass https://35.201.76.220;
         proxy_set_header Host $host;
     }
 }
@@ -293,12 +291,8 @@
 
     client_max_body_size 100M;
 
-    location /_/hashes {
-      proxy_pass https://storage.googleapis.com/skia-chromevr-gm/hash_files/gold-chromevr-hashes.txt;
-    }
-
     location / {
-        proxy_pass http://skia-gold-chromevr:8001;
+        proxy_pass https://35.201.76.220;
         proxy_set_header Host $host;
     }
 }