Compare commits
5 Commits
97180e2d48
...
e7c0cc6af8
| Author | SHA1 | Date | |
|---|---|---|---|
|
e7c0cc6af8
|
|||
| c04ebd86e3 | |||
| 45c8c01c65 | |||
| f8cd0eccaa | |||
| 92a7b79cda |
@@ -42,7 +42,7 @@ rybbit:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rybbit-postgresql-18-cluster-app
|
||||
key: database
|
||||
key: dbname
|
||||
- name: POSTGRES_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -122,7 +122,7 @@ rybbit:
|
||||
main:
|
||||
image:
|
||||
repository: clickhouse/clickhouse-server
|
||||
tag: 25.4.2
|
||||
tag: 26.1.2
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: CLICKHOUSE_DB
|
||||
@@ -162,6 +162,7 @@ rybbit:
|
||||
configMaps:
|
||||
config:
|
||||
enabled: true
|
||||
forceRename: clickhouse-config
|
||||
data:
|
||||
network.xml: |
|
||||
<clickhouse>
|
||||
@@ -239,7 +240,7 @@ rybbit:
|
||||
type: configMap
|
||||
name: clickhouse-config
|
||||
advancedMounts:
|
||||
main:
|
||||
clickhouse:
|
||||
main:
|
||||
- path: /etc/clickhouse-server/config.d/network.xml
|
||||
readOnly: true
|
||||
|
||||
@@ -6,7 +6,7 @@ snapshot-controller:
|
||||
leaderElectionNamespace: snapshot-controller
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/snapshot-controller
|
||||
tag: v8.4.0
|
||||
tag: v8.5.0
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
||||
Reference in New Issue
Block a user