Skip to content

Commit

Permalink
Use firewall-controller v2 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Oct 23, 2023
1 parent 221118b commit e58cdea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 516 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: firewall
---
apiVersion: metal-stack.io/v1
kind: Firewall
metadata:
namespace: firewall
name: firewall
spec:
{{ toYaml .Values.firewallSpec | indent 2 }}
status:
stats: {}
name: firewall

This file was deleted.

9 changes: 0 additions & 9 deletions charts/internal/shoot-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ images:

imagePullPolicy: IfNotPresent

firewallSpec:
interval: 10s
dryrun: false
logAcceptedConnections: false
rateLimits: []
internalprefixes: []
egressRules: []
firewallNetworks: []

duros:
enabled: false
endpoints: []
Expand Down
Loading

0 comments on commit e58cdea

Please sign in to comment.