Helm package to install Pulse Sensor and Pulse Forwarding Proxy
107
helm install pulse-sensor-controller oci://registry-1.docker.io/orcasio/pulse-sensor-controller --version <$version> -f myvalues.yaml
or
helm pull oci://registry-1.docker.io/orcasio/pulse-sensor-controller --version <$version>
helm install pulse-sensor-controller pulse-sensor-controller-<$version>.tgz -f myvalues.yaml
Sample myvalues.yaml file
# Sample file that the tenant needs to configure
image:
repository: orcasio/orcas-pulse
tag: <$pulse image tag>
pullPolicy: IfNotPresent
tenantName: <tenant-name>
httpStreamApiToken: <api-token>
httpStreamUrl: <http-stream-url>
tlsSecret:
tlsCrt: <tls-crt> # encoded base64
tlsKey: <tls-key> # encoded base64
Content type
Helm
Digest
sha256:e5b123c85…
Size
4 kB
Last updated
about 3 years ago
helm pull oci://registry-1.docker.io/orcasio/pulse-sensor-controller --version 2023.08.1-aug-23-preview