examples

module
v0.0.0-...-8438e09 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2023 License: Apache-2.0

README

Examples

Using kind (Kubernetes-in-Docker)

With a kind cluster created in your machine, build and load the images with:

bazel build //:examples && bazel run //:examples.kind_load_images

Then install the helm chart, replacing <redis_url> with a URL (it won't try to connect), then check in the logs that the service printed the url to the terminal:

bazel run @sh_helm_helm_v3//cmd/helm -- install examples "$(pwd)/bazel-bin/examples.tgz" \
    --set talkie_services.helloworld.secrets.redis.url=<redis_url>

Directories

Path Synopsis
helloworld
client/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
helloworld_http
client/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL