Skip to content

browZer bootstrapper helm charts #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

marvkis
Copy link
Contributor

@marvkis marvkis commented Jun 24, 2024

Hi,

I started some initial work for a browZer bootstrapper helm chart. I'ts originally based on the openziti-console helm chart.

WIP - feel free to join or take over ;)

Related to #229

Cheers,
Chris

@qrkourier qrkourier linked an issue Jun 24, 2024 that may be closed by this pull request
@qrkourier qrkourier self-assigned this Jun 24, 2024
@marvkis marvkis force-pushed the 229-browZer-bootstrapper branch 2 times, most recently from 7e175b1 to 2c43c92 Compare July 7, 2024 09:47
@marvkis marvkis force-pushed the 229-browZer-bootstrapper branch from 0ae2af1 to 73cb21b Compare July 7, 2024 09:49
@marvkis
Copy link
Contributor Author

marvkis commented Jul 7, 2024

Hi,

This PR is now in a 'works for me' state. I've made the helm package available for easier testing via github pages.

This is an example of how it can be used:

cat <<EOF | helm upgrade --install --repo https://marvkis.github.io/charts -n openziti ziti-browzer-1 ziti-browzer-bootstrapper  --version 0.0.1 -f -
zitiBrowzer:
  bootstrapper:
    logLevel: debug
    host: browzer.my.domain
    targets:
      - vhost: test1.browzer.my.domain
        # Service name to connect to
        service: browzer-test1-service
        path: /
        scheme: http
        idp_issuer_base_url: https://auth.my.domain/application/o/browzer-test-1/
        idp_client_id: your-client_id
  runtime:
    logLevel: debug
    # see https://openziti.discourse.group/t/browzer-setup-error-1014-origintrial-subdomain-mismatch/2481]
    originTrailToken: ...
  controller:
    host: clients.browzer.my.domain
    port: 443
  loadBalancer:
    host: my.domain

ingress:
  ingressClassName: nginx

# This is a workaround for https://github.com/openziti/ziti-browzer-bootstrapper/issues/279
extraVolumeMounts:
- name: tmp
  subPath: log
  mountPath: /home/node/ziti-browzer-bootstrapper/log
extraVolumes:
- name: tmp
  emptyDir: {}
EOF

Bye,
Chris

@marvkis marvkis changed the title [WIP] browZer bootstrapper helm charts browZer bootstrapper helm charts Jul 7, 2024
@qrkourier
Copy link
Member

merged to #240

@qrkourier qrkourier closed this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add chart for browZer bootstrapper
2 participants