From 13d3a844343cbdd8297c332680c555fe1ee1ce8d Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Mon, 6 May 2024 21:13:32 +0600 Subject: [PATCH] Create health-for-strangers.yaml --- .../health-for-strangers.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/bn/examples/priority-and-fairness/health-for-strangers.yaml diff --git a/content/bn/examples/priority-and-fairness/health-for-strangers.yaml b/content/bn/examples/priority-and-fairness/health-for-strangers.yaml new file mode 100644 index 0000000000..312f80751f --- /dev/null +++ b/content/bn/examples/priority-and-fairness/health-for-strangers.yaml @@ -0,0 +1,20 @@ +apiVersion: flowcontrol.apiserver.k8s.io/v1 +kind: FlowSchema +metadata: + name: health-for-strangers +spec: + matchingPrecedence: 1000 + priorityLevelConfiguration: + name: exempt + rules: + - nonResourceRules: + - nonResourceURLs: + - "/healthz" + - "/livez" + - "/readyz" + verbs: + - "*" + subjects: + - kind: Group + group: + name: "system:unauthenticated"