Skip to content

Commit

Permalink
Merge pull request #7 from engarpe/fix/clickhouse-enabled
Browse files Browse the repository at this point in the history
#6 Fixes conditional clickhouse installation
  • Loading branch information
patcher9 authored Aug 30, 2024
2 parents f72342c + 83fde3e commit 54509a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/openlit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion charts/openlit/templates/clickhouse.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.clickhouse.enabled }}
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down Expand Up @@ -84,4 +85,5 @@ spec:
selector:
app: {{ .Release.Name }}-db
{{- include "openlit.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: database
app.kubernetes.io/component: database
{{- end }}
2 changes: 1 addition & 1 deletion charts/openlit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54509a9

Please sign in to comment.