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