Tweaked wording and added codenew example re health-for-strangers

This commit is contained in:
Mike Spreitzer
2020-07-31 15:14:29 -04:00
parent b2f5fbeaac
commit 499d0f4df1
2 changed files with 35 additions and 26 deletions
@@ -0,0 +1,20 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
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