Skip to content

Commit d28710e

Browse files
authored
Add REST Service to the sandbox
1 parent 75f1f35 commit d28710e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gitops-demo/overlays/minikube.local/microcks-apisource.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ spec:
88
artifacts:
99
- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/APIPastry-openapi.yaml
1010
mainArtifact: true
11-
- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/hello-v1.proto
12-
mainArtifact: true
13-
- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/HelloService.metadata.yml
14-
mainArtifact: false
15-
- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/HelloService.postman.json
16-
mainArtifact: false
11+
#- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/hello-v1.proto
12+
# mainArtifact: true
13+
#- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/HelloService.metadata.yml
14+
# mainArtifact: false
15+
#- url: https://raw.githubusercontent.com/microcks/microcks/master/samples/HelloService.postman.json
16+
# mainArtifact: false

0 commit comments

Comments
 (0)