This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The gateway namespace needs to be privileged to set up firewall and routing rules | |
| # The clients do not need to be in privileged namespaces | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: app-gateway | |
| labels: | |
| pod-security.kubernetes.io/enforce: privileged | |
| --- | |
| # Inspired by https://github.com/solidDoWant/infra-mk3/tree/master/cluster/gitops/networking/vpn |