Skip to content

Commit

Permalink
- updated inboundPolicy
Browse files Browse the repository at this point in the history
- removed inboundRules
  • Loading branch information
prajwalvathreya committed Sep 3, 2024
1 parent eddfa1e commit 0c7e58d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions templates/infra/linodeFirewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,4 @@ metadata:
name: ${CLUSTER_NAME}
spec:
enabled: ${LINODE_FIREWALL_ENABLED:=false}
inboundRules:
- action: ACCEPT
label: intra-cluster
ports: "1-65535"
protocol: "TCP"
addresses:
ipv4:
- "10.0.0.0/24"
- action: ACCEPT
addresses:
ipv4:
- 0.0.0.0/0
ipv6:
- ::/0
ports: "6443"
protocol: TCP
label: inbound-api-server
inboundPolicy: DROP

0 comments on commit 0c7e58d

Please sign in to comment.