Skip to content

Commit

Permalink
fix: allow metabse ingress (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 24, 2023
1 parent 267d957 commit 1f841e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .kontinuous/env/prod/templates/netpol-pg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
annotations:
labels:
name: netpol-pg
namespace: les1000jours
spec:
ingress:
- from:
- namespaceSelector:
matchLabels:
application: les1000jours
podSelector: {}
policyTypes:
- Ingress

0 comments on commit 1f841e1

Please # to comment.