mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-08 17:03:36 +00:00
13 lines
262 B
YAML
13 lines
262 B
YAML
apiVersion: linkerd.io/v1alpha2
|
|
kind: ServiceProfile
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: videos-api.default.svc.cluster.local
|
|
namespace: default
|
|
spec:
|
|
routes:
|
|
- condition:
|
|
method: GET
|
|
pathRegex: /.*
|
|
isRetryable: true
|
|
name: GET * |