fix: update network policy to allow S3 traffic and kubelet health checks

This commit is contained in:
2025-09-03 23:45:16 +02:00
parent fac44d2246
commit e0dddb70ec
6 changed files with 54 additions and 24 deletions
+12 -10
View File
@@ -8,10 +8,6 @@ resources:
- namespace.yaml
# Production-specific patches
patchesStrategicMerge:
- deployment-patch.yaml
- security-patch.yaml
- ingress-patch.yaml
# Production-specific configurations
images:
@@ -20,11 +16,17 @@ images:
newTag: 1.0.2
# Production-specific labels
commonLabels:
environment: production
security-level: high
secretGenerator:
- name: s3-credentials
envs:
- s3-credentials.env
- envs:
- s3-credentials.env
name: s3-credentials
labels:
- includeSelectors: true
pairs:
environment: production
security-level: high
patches:
- path: deployment-patch.yaml
- path: security-patch.yaml
- path: ingress-patch.yaml