Page MenuHomePhabricator
Paste P29933

(An Untitled Masterwork)
ActivePublic

Authored by klausman on Jun 21 2022, 10:51 AM.
Tags
None
Referenced Files
F35259596: raw-paste-data.txt
Jun 21 2022, 10:51 AM
Subscribers
None
diff -Naur ml-serve-codfw/values.yaml ml-staging-codfw/values.yaml
--- ml-serve-codfw/values.yaml 2021-11-08 17:26:00.514182699 +0000
+++ ml-staging-codfw/values.yaml 2022-06-13 13:59:00.202714511 +0000
@@ -1,6 +1,26 @@
kubernetesMasters:
cidrs:
- - '10.192.32.33/32'
- - '2620:0:860:103:10:192:32:33/128'
- - '10.192.48.41/32'
- - '2620:0:860:104:10:192:48:41/128'
\ No newline at end of file
+ - '10.192.16.93/32'
+ - '2620:0:860:102:10:192:16:93/128'
+ - '10.192.48.64/32'
+ - '2620:0:860:104:10:192:48:64/128'
+# Override policies from ../ml-serve.yaml
+GlobalNetworkPolicies:
+ allow-pod-to-pod:
+ egress:
+ - action: Allow
+ destination:
+ nets:
+ # codfw
+ - "10.194.61.0/24"
+ - action: Allow
+ destination:
+ nets:
+ # codfw
+ - "2620:0:860:302::/64"
+
+# Override DNS name on certs to refer to staging endpoint
+namespaces:
+ knative-serving:
+ tlsHostnames:
+ - inference-staging