We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey i want to to use loadbalancer type for the services of temporal and temporal ui, how could i do that.
apiVersion: temporal.io/v1beta1 kind: TemporalCluster metadata: name: prod namespace: demo spec: version: 1.22.7 numHistoryShards: 1 persistence: defaultStore: sql: user: temporal pluginName: mysql databaseName: temporal connectAddr: mysql.demo.svc.cluster.local:3306 connectProtocol: tcp passwordSecretRef: name: mysql-password key: PASSWORD visibilityStore: sql: user: temporal pluginName: mysql databaseName: temporal_visibility connectAddr: mysql.demo.svc.cluster.local:3306 connectProtocol: tcp passwordSecretRef: name: mysql-password key: PASSWORD ui: enabled: true admintools: enabled: true metrics: enabled: false
The text was updated successfully, but these errors were encountered:
Hi! @manojkumargogula !
You're right, this is not supported for now. Isn't an ingress a good solution for you ?
While waiting for this feature to be available, you can duplicate the ui service on your cluster.
Sorry, something went wrong.
No branches or pull requests
Hey i want to to use loadbalancer type for the services of temporal and temporal ui, how could i do that.
apiVersion: temporal.io/v1beta1
kind: TemporalCluster
metadata:
name: prod
namespace: demo
spec:
version: 1.22.7
numHistoryShards: 1
persistence:
defaultStore:
sql:
user: temporal
pluginName: mysql
databaseName: temporal
connectAddr: mysql.demo.svc.cluster.local:3306
connectProtocol: tcp
passwordSecretRef:
name: mysql-password
key: PASSWORD
visibilityStore:
sql:
user: temporal
pluginName: mysql
databaseName: temporal_visibility
connectAddr: mysql.demo.svc.cluster.local:3306
connectProtocol: tcp
passwordSecretRef:
name: mysql-password
key: PASSWORD
ui:
enabled: true
admintools:
enabled: true
metrics:
enabled: false
The text was updated successfully, but these errors were encountered: