cue: remove linkerd ServiceProfile resource

Signed-off-by: Piaras Hoban <phoban01@gmail.com>
This commit is contained in:
Piaras Hoban
2022-04-11 10:44:30 +01:00
parent 9265828c4f
commit 673966bae4

View File

@@ -1,23 +0,0 @@
package podinfo
#ServiceProfile: {
_config: #Config
apiVersion: "v1alpha2"
kind: "ServiceProfile"
metadata: _config.meta
spec: {
routes: [ for r in routes {
condition: {
method: r.method
pathRegex: r.path
}
}]
}
}
routes: [
{
method: "GET"
path: "/"
},
]