feat: add local proxy configuration for development

Adds local proxy configuration to facilitate traffic routing 
from the KinD cluster to the host machine for local development. 
Includes definitions for frontend and API services, allowing 
for easier access during development. This change enhances the 
development workflow and simplifies testing.
This commit is contained in:
2025-12-10 07:47:41 +01:00
parent fd6dcca181
commit 1d0148267a
2 changed files with 72 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ resources:
- namespaces.yaml
- certificates.yaml
- secrets-store.yaml
- local-proxy.yaml
helmCharts:
- name: external-secrets
namespace: external-secrets