Skip to content

Commit 04e9bfc

Browse files
authored
Adding gRPC service to the sandbox
1 parent d28710e commit 04e9bfc

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)