Page MenuHomePhabricator

raw-paste-data.txt

Authored By
klausman
Jun 21 2022, 10:51 AM
Size
1 KB
Referenced Files
None
Subscribers
None

raw-paste-data.txt

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

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9537260
Default Alt Text
raw-paste-data.txt (1 KB)

Event Timeline