Deployment
Deploy the bridge on Kubernetes
K8s
apiVersion: apps/v1
kind: Deployment
metadata:
name: bridge-ui
spec:
template:
spec:
containers:
- name: bridge-ui
image: ghcr.io/luxfi/bridge-ui:latest
ports:
- containerPort: 3000