fix: update network policy to allow S3 traffic and kubelet health checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user