add gateway (#187)

* feature: add gateway
This commit is contained in:
hefanli
2025-12-22 15:41:17 +08:00
committed by GitHub
parent 46f4a8c219
commit e5b28c26b1
41 changed files with 706 additions and 291 deletions

View File

@@ -15,6 +15,9 @@ global:
backendPython:
name: "datamate-backend-python"
tag: "latest"
gateway:
name: "datamate-gateway"
tag: "latest"
frontend:
name: "datamate-frontend"
tag: "latest"
@@ -117,6 +120,17 @@ backend-python:
- name: log-volume
mountPath: /var/log/datamate
gateway:
service:
type: NodePort
nodePort: 30000
volumes:
- *logVolume
volumeMounts:
- name: log-volume
mountPath: /var/log/datamate/gateway
subPath: gateway
frontend:
service:
type: NodePort