From c0802ef19011af246ba350ab9a3be135d6414d0d Mon Sep 17 00:00:00 2001 From: Khwezi Date: Thu, 16 Apr 2026 09:37:29 +0200 Subject: [PATCH] Changed piston ui image source --- kubernetes-templates/piston.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes-templates/piston.yml b/kubernetes-templates/piston.yml index 822ffaa..1a1adc9 100644 --- a/kubernetes-templates/piston.yml +++ b/kubernetes-templates/piston.yml @@ -61,11 +61,11 @@ spec: cpu: "1" memory: "2Gi" - name: ui - image: thitpraphan/piston-web:latest + image: m9sweeper/piston-admin:latest ports: - containerPort: 80 env: - - name: PISTON_API_URL + - name: PISTON_URL value: "http://localhost:2000" resources: requests: @@ -92,5 +92,5 @@ spec: - name: http protocol: TCP port: 80 - targetPort: 80 + targetPort: 80 nodePort: 31003 -- 2.47.3