mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: new talos node
This commit is contained in:
@@ -4,7 +4,7 @@ kind: Cluster
|
||||
metadata:
|
||||
name: postgres16
|
||||
spec:
|
||||
instances: 3 # set to the number of nodes in the cluster
|
||||
instances: 4 # set to the number of nodes in the cluster
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:16.2-10
|
||||
primaryUpdateStrategy: unsupervised
|
||||
storage:
|
||||
|
@@ -6,7 +6,7 @@ metadata:
|
||||
name: dragonfly
|
||||
spec:
|
||||
image: ghcr.io/dragonflydb/dragonfly:v1.24.0@sha256:9d7fbf70085b5bb13570e2a4019cc14e6bf74576eec339de89c6aeda7025c847
|
||||
replicas: 3 # set to the number of nodes in the cluster
|
||||
replicas: 4 # set to the number of nodes in the cluster
|
||||
env:
|
||||
- name: MAX_MEMORY
|
||||
valueFrom:
|
||||
|
@@ -68,6 +68,9 @@ spec:
|
||||
config:
|
||||
osdsPerDevice: "1"
|
||||
nodes:
|
||||
- name: talos-node-1
|
||||
devices:
|
||||
- name: sda
|
||||
- name: talos-node-2
|
||||
devices:
|
||||
- name: sda
|
||||
|
Reference in New Issue
Block a user