mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
12 lines
245 B
YAML
12 lines
245 B
YAML
apiVersion: linkerd.io/v1alpha2
|
|
kind: ServiceProfile
|
|
metadata:
|
|
name: videos-api.default.svc.cluster.local
|
|
namespace: default
|
|
spec:
|
|
routes:
|
|
- condition:
|
|
method: GET
|
|
pathRegex: /.*
|
|
name: AUTO RETRY ALL
|
|
isRetryable: true |