Sign inSign up

orcasio/pulse-sensor-controller

By orcasio

Updated about 3 years ago

Helm package to install Pulse Sensor and Pulse Forwarding Proxy

Helm
0

107

orcasio/pulse-sensor-controller repository overview

Install Pulse Sensors

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

Tag summary

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