[gold] Add kubernetes probers for gold

NOTRY=true

Change-Id: I3582887b37cab305e05b931bb1b6ba99fa17ad73
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/234999
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
diff --git a/golden/probersk.json5 b/golden/probersk.json5
new file mode 100644
index 0000000..cadd9a2
--- /dev/null
+++ b/golden/probersk.json5
@@ -0,0 +1,38 @@
+{
+   // The /healthz endpoint is reachable, even for locked down instances.
+   "gold_frontend": {
+     "urls": [
+       "https://chrome-gpu-gold.skia.org/healthz",
+       "https://chrome-vr-gold.skia.org/healthz",
+       "https://flutter-gold.skia.org/healthz",
+       "https://gold.skia.org/healthz",
+       "https://lottie-gold.skia.org/healthz",
+       "https://pdfium-gold.skia.org/healthz",
+       "https://public-gold.skia.org/healthz",
+     ],
+     "method": "GET",
+     "expected": [200],
+     "body": "",
+     "mimetype": ""
+   },
+   "gold_frontend_protected": {
+     "urls": [
+       "https://gold.skia.org/",
+     ],
+     "method": "GET",
+     "expected": [307],
+     "body": "",
+     "mimetype": ""
+   },
+   "gold_baselines": {
+     "urls": [
+       "https://chrome-gpu-gold.skia.org/json/expectations/commit/any",
+       "https://flutter-gold.skia.org/json/expectations/commit/any",
+     ],
+     "method": "GET",
+     "expected": [200],
+     "body": "",
+     "mimetype": "",
+     "responsetest": "validJSON",
+   },
+}