Create health-for-strangers.yaml
parent
10f7afd1e7
commit
13d3a84434
|
@ -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"
|
Loading…
Reference in New Issue