Skip to content

Commit

Permalink
ui: bump to 34.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 21, 2024
1 parent 0ad252b commit b2a2561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rucio-ui/Chart.yaml
@@ -1,5 +1,5 @@
name: rucio-ui
version: 34.0.1
version: 34.0.2
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
Expand Down
9 changes: 6 additions & 3 deletions charts/rucio-ui/values.yaml
Expand Up @@ -11,13 +11,16 @@ useDeprecatedImplicitSecrets: true
exposeErrorLogs: true

service:
useSSL: false # Run the webui server on port 443 instead of 80 and accept X509 certificates and proxies
type: ClusterIP # type of service to create, supports NodePort, LoadBalancer, and ClusterIP
# Run the webui server on port 443 instead of 80 and accept X509 certificates and proxies
useSSL: false
# Type of service to create, supports NodePort, LoadBalancer, and ClusterIP
type: ClusterIP
port: 80
targetPort: 80
protocol: TCP
name: http
# nodePort: 30734 # if service type is NodePort, set the nodePort value
# if service type is NodePort, set the nodePort value
# nodePort: 30734
annotations:
{}
# loadbalancer.openstack.org/network-id: "<id>"
Expand Down

0 comments on commit b2a2561

Please sign in to comment.