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
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: convertx
namespace: convertx
labels:
app.kubernetes.io/name: convertx
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: convertx
ports:
- name: http
port: 3000
targetPort: http
protocol: TCP