From 6a737eb1820de6fa1e2fc59c00ea54b1abe25895 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 14 Apr 2026 14:00:42 -0500 Subject: [PATCH] remove unused values --- ops/chart/values.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index c48fa7a..840656d 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -74,18 +74,6 @@ service: port: 8080 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 # The secret policy-service-pg-app will be created by CNPG @@ -107,9 +95,6 @@ rawResources: initdb: database: policy_service owner: policy_service - users: - - name: policy_service - database: policy_service storage: size: 5Gi resources: @@ -119,5 +104,3 @@ rawResources: limits: cpu: 500m memory: 512Mi - monitoring: - enablePodMonitoring: true