deploy: clean up network policies
All checks were successful
/ continuous-deploy (push) Successful in 20s
All checks were successful
/ continuous-deploy (push) Successful in 20s
This commit is contained in:
@@ -4,26 +4,8 @@ resources:
|
||||
- namespace.yaml
|
||||
- cd-serviceaccount.yaml
|
||||
- ingress.yaml
|
||||
- network-policies/egress.yaml
|
||||
- network-policies/egress-local-services.yaml
|
||||
- network-policies/ingress.yaml
|
||||
- network-policies.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
configMapGenerator:
|
||||
- name: infra-setup-vars
|
||||
namespace: git-limbosolutions-com
|
||||
envs:
|
||||
- ./.env.d/.env
|
||||
|
||||
replacements:
|
||||
- source:
|
||||
kind: ConfigMap
|
||||
name: infra-setup-vars
|
||||
fieldPath: data.EGRESS_BACKUPSRV_CIDR
|
||||
targets:
|
||||
- select:
|
||||
kind: NetworkPolicy
|
||||
name: git-limbosolutions-com-egress-local
|
||||
fieldPaths:
|
||||
- spec.egress.0.to.0.ipBlock.cidr
|
||||
Reference in New Issue
Block a user