try fix instances
All checks were successful
Build and Publish / build-release (push) Successful in 1m22s

This commit is contained in:
2026-04-14 13:02:37 -05:00
parent f5747414f3
commit 0ac142f69f

View File

@@ -90,13 +90,15 @@ ingress:
# PostgreSQL Cluster - managed externally via CNPG operator # PostgreSQL Cluster - managed externally via CNPG operator
# The secret policy-service-pg-app will be created by CNPG # The secret policy-service-pg-app will be created by CNPG
rawResources: rawResources:
postgresql: cluster:
enabled: true enabled: true
apiVersion: postgresql.cnpg.io/v1 apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster
labels: metadata:
app.kubernetes.io/name: policy-service name: policy-service-pg
app.kubernetes.io/instance: policy-service labels:
app.kubernetes.io/name: policy-service
app.kubernetes.io/instance: policy-service
spec: spec:
description: "PostgreSQL cluster for policy-service" description: "PostgreSQL cluster for policy-service"
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1 imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
@@ -109,7 +111,7 @@ rawResources:
- name: policy_service - name: policy_service
database: policy_service database: policy_service
storage: storage:
size: 1Gi size: 5Gi
resources: resources:
requests: requests:
cpu: 100m cpu: 100m