remove unused values
All checks were successful
Build and Publish / build-release (push) Successful in 2m37s

This commit is contained in:
2026-04-14 14:00:42 -05:00
parent 4280d90467
commit 6a737eb182

View File

@@ -74,18 +74,6 @@ service:
port: 8080 port: 8080
protocol: HTTP protocol: HTTP
ingress:
main:
enabled: false
className: nginx
hosts:
- host: policy-service.local
paths:
- path: /
pathType: Prefix
service:
identifier: main
port: http
# 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
@@ -107,9 +95,6 @@ rawResources:
initdb: initdb:
database: policy_service database: policy_service
owner: policy_service owner: policy_service
users:
- name: policy_service
database: policy_service
storage: storage:
size: 5Gi size: 5Gi
resources: resources:
@@ -119,5 +104,3 @@ rawResources:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
monitoring:
enablePodMonitoring: true