namillum
Version:
Bubble Protocol SDK
28 lines (27 loc) • 593 B
YAML
apiVersion: apps/v1
kind: Deployment
metadata:
name: xbridge-frontend
namespace: xbridge-fe
labels:
app.kubernetes.io/name: xbridge-frontend
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: xbridge-frontend
strategy:
type: RollingUpdate
template:
metadata:
labels:
app.kubernetes.io/name: xbridge-frontend
spec:
containers:
- image: zilliqa-bridge-web
name: zilliqa-bridge-web
env:
- name: VITE_ENV
value: "STG"
ports:
- containerPort: 4173