fix(k8s,docs): scale ddb-cluster to single instance, pin minio to storage namespace, document 3-CP topology in USAGE

This commit is contained in:
Story Crater Bot
2026-07-20 08:22:53 -07:00
parent c759481ea6
commit a207c56637
4 changed files with 22 additions and 8 deletions
+4 -2
View File
@@ -7,8 +7,10 @@ metadata:
app: postgresql
layer: data
spec:
# 3-node cluster for HA
instances: 3
# Single instance — cp-1 is the only schedulable node in the 3-CP topology
# (.163/.166 are dedicated control planes with no workload scheduling/storage).
# Postgres standby HA is traded away; control-plane/etcd HA is unaffected.
instances: 1
# PostgreSQL 16.2
imageName: ghcr.io/cloudnative-pg/postgresql:16.2
+3 -3
View File
@@ -4,7 +4,7 @@ apiVersion: minio.min.io/v1alpha1
kind: Bucket
metadata:
name: riotpiao-models
namespace: minio
namespace: storage
spec:
name: riotpiao-models
versioning:
@@ -20,7 +20,7 @@ apiVersion: minio.min.io/v1alpha1
kind: Policy
metadata:
name: policy-ollama
namespace: minio
namespace: storage
spec:
name: policy-ollama
statements:
@@ -42,7 +42,7 @@ apiVersion: minio.min.io/v1alpha1
kind: User
metadata:
name: user-ollama
namespace: minio
namespace: storage
spec:
accessKey: ollama-access-key
secretKey: ollama-secret-key-changeme # Override via Secret
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: minio
namespace: storage
resources:
- minio-tenant.yaml
- minio-service.yaml