feat: deploy ConvertX

This commit is contained in:
2026-07-22 17:57:17 +00:00
parent f4d763883e
commit ca1a2ac0c5
10 changed files with 244 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: convertx-ingress
namespace: convertx
spec:
podSelector:
matchLabels:
app.kubernetes.io/name: convertx
policyTypes:
- Ingress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: ingress-nginx
ports:
- protocol: TCP
port: 3000