diff --git a/charts/openlit/Chart.yaml b/charts/openlit/Chart.yaml index 6d5a1dd..30eec64 100644 --- a/charts/openlit/Chart.yaml +++ b/charts/openlit/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: openlit description: A Helm chart for OpenLIT type: application -version: 1.2.0 -appVersion: 1.6.0 +version: 1.3.0 +appVersion: 1.8.0 icon: https://avatars.githubusercontent.com/u/149867240?s=200&v=4 maintainers: diff --git a/charts/openlit/templates/clickhouse.yml b/charts/openlit/templates/clickhouse.yml index 2b03b67..fd2a4a5 100644 --- a/charts/openlit/templates/clickhouse.yml +++ b/charts/openlit/templates/clickhouse.yml @@ -1,3 +1,4 @@ +{{- if .Values.clickhouse.enabled }} apiVersion: apps/v1 kind: StatefulSet metadata: @@ -84,4 +85,5 @@ spec: selector: app: {{ .Release.Name }}-db {{- include "openlit.selectorLabels" . | nindent 4 }} - app.kubernetes.io/component: database \ No newline at end of file + app.kubernetes.io/component: database +{{- end }} \ No newline at end of file diff --git a/charts/openlit/values.yaml b/charts/openlit/values.yaml index 1072ef0..4d7be51 100644 --- a/charts/openlit/values.yaml +++ b/charts/openlit/values.yaml @@ -22,7 +22,7 @@ imagePullSecrets: [] # Kubernetes Service configuration for the OpenLIT service: # Type of service (e.g., LoadBalancer, NodePort) - type: NodePort + type: LoadBalancer # Port on which the service is exposed port: 3000 # Session affinity configuration