Included UI for piston #51

Merged
khwezi merged 1 commits from dev into main 2026-04-16 09:35:19 +02:00
Showing only changes of commit 18bf68aee2 - Show all commits

View File

@@ -60,6 +60,20 @@ spec:
limits:
cpu: "1"
memory: "2Gi"
- name: ui
image: thitpraphan/piston-web:latest
ports:
- containerPort: 80
env:
- name: PISTON_API_URL
value: "http://localhost:2000"
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "250m"
memory: "256Mi"
volumes:
- name: packages
persistentVolumeClaim:
@@ -78,5 +92,5 @@ spec:
- name: http
protocol: TCP
port: 80
targetPort: 2000
targetPort: 80
nodePort: 31003