Skip to content

Commit

Permalink
feat(crypto): fix rate limite xds tls function test
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jun 12, 2023
1 parent 40ba0b3 commit 22ecae5
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
- mountPath: /certs
name: certs
readOnly: true
- mountPath: /redis-certs
name: redis-certs
readOnly: true
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down

0 comments on commit 22ecae5

Please sign in to comment.