Initial commit.
This commit is contained in:
26
apps/ghost/manifests/networkpolicy.yaml
Normal file
26
apps/ghost/manifests/networkpolicy.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# Source: ghost/templates/networkpolicy.yaml
|
||||
kind: NetworkPolicy
|
||||
apiVersion: networking.k8s.io/v1
|
||||
metadata:
|
||||
name: ghost
|
||||
namespace: "default"
|
||||
labels:
|
||||
app.kubernetes.io/instance: ghost
|
||||
app.kubernetes.io/managed-by: Sovereign
|
||||
app.kubernetes.io/name: ghost
|
||||
app.kubernetes.io/version: 5.118.1
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/instance: ghost
|
||||
app.kubernetes.io/name: ghost
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
egress:
|
||||
- {}
|
||||
ingress:
|
||||
- ports:
|
||||
- port: 2368
|
||||
- port: 2368
|
Reference in New Issue
Block a user