Skip to content
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

a few changes for webui helm chart #183

Closed
wants to merge 3 commits into from
Closed

Conversation

v1kko
Copy link
Contributor

@v1kko v1kko commented Mar 6, 2024

I have tried to run webui in our kubernetes cluster, however I found that I had to add some things to the chart.
I didn't succeed in connecting to the webui (nothing seems to run on port 443), but perhaps these changes are still useful.

See the condensed helmrelease file used below, full version at https://git.km3net.de/rucio/rucio-deployment/-/issues/27#note_61808:

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  ...
spec:
  chart:
    ...
  values:
    image:
      repository: git.km3net.de:4567/rucio/rucio-webui-container
    service:
      useSSL: true
      port: 443
    config:
      react:
        rucioHost: rucio.km3net.de
        rucioAuthHost: rucio.km3net.de
    useDeprecatedImplicitSecrets: false
    exposeErrorLogs: false
    ingress:
      enabled: true
      hosts:
        - webui.rucio.km3net.de
      path: /
      annotations:
        kubernetes.io/ingress.class: public
        nginx.ingress.kubernetes.io/ssl-passthrough: "true"
        nginx.ingress.kubernetes.io/ssl-redirect: "true"
      tls:
        - secretName: rucio-webui.tls-secret
    httpdWebui:
      hostname: webui.test.rucio.km3net.de
    oidcProviders: []
    secretMounts:
      - secretFullName: rucio-https-cert
        volumeName: cafile
        mountPath: /etc/grid-security/ca.pem
        subPath: tls.crt
      - secretFullName: rucio-https-cert
        volumeName: hostcert
        mountPath: /etc/grid-security/hostcert.pem
        subPath: tls.crt
      - secretFullName: rucio-https-cert
        volumeName: hostkey
        mountPath: /etc/grid-security/hostkey.pem
        subPath: tls.key

@bari12 bari12 requested a review from maany March 6, 2024 16:07
@maany
Copy link
Member

maany commented Mar 14, 2024

Hey @v1kko, thanks for looking into it. Here is the first working helm chart for the new webui : #184. I believe it should be merged very soon. If you could give it a try and leave any feedback, it would be very helpful

@maany maany closed this Mar 14, 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.

None yet

2 participants