Skip to content

Commit

Permalink
Restrict-droptailer (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich authored Jan 12, 2022
1 parent 21cf42b commit 3aabb42
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: droptailer
namespace: firewall
spec:
podSelector:
matchLabels:
k8s-app: droptailer
policyTypes:
- Egress
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -42,6 +54,7 @@ spec:
cpu: 50m
memory: 200Mi
restartPolicy: Always
automountServiceAccountToken: false
volumes:
- name: droptailer-server
secret:
Expand Down

0 comments on commit 3aabb42

Please sign in to comment.