feat(gitops): migrate resources to infra-gitops namespace and update Helm chart versions
这个提交包含在:
@@ -0,0 +1,24 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: allow-gitea
|
||||
namespace: infra-gitops
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: gitea
|
||||
ingress:
|
||||
- from:
|
||||
- podSelector: {}
|
||||
- ipBlock:
|
||||
cidr: 100.0.0.0/8
|
||||
ports:
|
||||
- port: 3000
|
||||
protocol: TCP
|
||||
- port: 2222
|
||||
protocol: TCP
|
||||
egress:
|
||||
- {}
|
||||
policyTypes:
|
||||
- Ingress
|
||||
- Egress
|
||||
在新议题中引用
屏蔽一个用户