Add install manifests
This commit is contained in:
8
manifests/policies/deny-ingress.yaml
Normal file
8
manifests/policies/deny-ingress.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: deny-ingress
|
||||
spec:
|
||||
podSelector: {}
|
||||
policyTypes:
|
||||
- Ingress
|
||||
4
manifests/policies/kustomization.yaml
Normal file
4
manifests/policies/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deny-ingress.yaml
|
||||
Reference in New Issue
Block a user