mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-01 00:26:53 +00:00
cue: remove linkerd ServiceProfile resource
Signed-off-by: Piaras Hoban <phoban01@gmail.com>
This commit is contained in:
@@ -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: "/"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user