Skip to content

Need help in accessing UI #138

Discussion options

You must be logged in to vote

Hi :)

You can enable the temporal UI and access it using an ingress by configuring it in the TemporalCluster CRD:

apiVersion: apps.alexandrevilain.dev/v1alpha1
kind: TemporalCluster
metadata:
  name: prod
  namespace: demo
spec:
  version: 1.17.4
  numHistoryShards: 1
  # [...]
  ui:
    enabled: true
    ingress:
      ingressClassName: nginx

You can checkout the documentation here: https://github.com/alexandrevilain/temporal-operator/blob/v0.6.2/docs/api/v1alpha1.md#temporaluispec

Note that if you're running 0.6.2, 0.7.0 will introduce a breaking change on the TemporalCluster API.

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@sriabhi02nov
Comment options

@sriabhi02nov
Comment options

@alexandrevilain
Comment options

@sriabhi02nov
Comment options

@alexandrevilain
Comment options

Answer selected by sriabhi02nov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants