chore: Update manifests after change
This commit is contained in:
@@ -21,6 +21,8 @@ spec:
|
||||
app.kubernetes.io/instance: rybbit
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/configMaps: 26a783f1bf2cd5bcd4f724d505a909d6e3bb7b3715f1dfa01a98609864d4ab3e
|
||||
labels:
|
||||
app.kubernetes.io/controller: clickhouse
|
||||
app.kubernetes.io/instance: rybbit
|
||||
@@ -47,7 +49,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: clickhouse-password
|
||||
name: rybbit-config-secret
|
||||
image: clickhouse/clickhouse-server:25.4.2
|
||||
image: clickhouse/clickhouse-server:26.1.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
@@ -71,7 +73,30 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/clickhouse
|
||||
name: clickhouse
|
||||
- mountPath: /etc/clickhouse-server/config.d/network.xml
|
||||
mountPropagation: None
|
||||
name: clickhouse-config
|
||||
readOnly: true
|
||||
subPath: network.xml
|
||||
- mountPath: /etc/clickhouse-server/config.d/enable_json.xml
|
||||
mountPropagation: None
|
||||
name: clickhouse-config
|
||||
readOnly: true
|
||||
subPath: enable_json.xml
|
||||
- mountPath: /etc/clickhouse-server/config.d/logging_rules.xml
|
||||
mountPropagation: None
|
||||
name: clickhouse-config
|
||||
readOnly: true
|
||||
subPath: logging_rules.xml
|
||||
- mountPath: /etc/clickhouse-server/config.d/user_logging.xml
|
||||
mountPropagation: None
|
||||
name: clickhouse-config
|
||||
readOnly: true
|
||||
subPath: user_logging.xml
|
||||
volumes:
|
||||
- name: clickhouse
|
||||
persistentVolumeClaim:
|
||||
claimName: clickhouse-data
|
||||
- configMap:
|
||||
name: clickhouse-config
|
||||
name: clickhouse-config
|
||||
|
||||
Reference in New Issue
Block a user