Remove OpenProject Studio service
This commit is contained in:
parent
abafde59e7
commit
2a8fffae90
9 changed files with 0 additions and 1383 deletions
|
|
@ -1,39 +0,0 @@
|
|||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: openproject-base-egress
|
||||
namespace: openproject
|
||||
spec:
|
||||
endpointSelector: {}
|
||||
egress:
|
||||
- toEntities:
|
||||
- kube-apiserver
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: kube-system
|
||||
k8s:k8s-app: kube-dns
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "53"
|
||||
protocol: UDP
|
||||
- port: "53"
|
||||
protocol: TCP
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: platform-services
|
||||
app: platform-postgres
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "5432"
|
||||
protocol: TCP
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: openproject
|
||||
app.kubernetes.io/name: memcached
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "11211"
|
||||
protocol: TCP
|
||||
|
|
@ -11,8 +11,6 @@ spec:
|
|||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: forgejo
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: openproject
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: pgadmin
|
||||
toPorts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue