Changed piston image source

Removed wandbox
This commit is contained in:
Khwezi
2026-04-16 09:27:25 +02:00
parent c5a4072aee
commit 4aa9f18e47
2 changed files with 3 additions and 165 deletions

View File

@@ -13,7 +13,7 @@ metadata:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: piston-pvc
name: wandbox-pvc
namespace: piston
spec:
accessModes: ["ReadWriteOnce"]
@@ -43,7 +43,7 @@ spec:
hostIPC: false
containers:
- name: piston
image: engineerman/piston:latest
image: ghcr.io/engineer-man/piston:latest
securityContext:
privileged: true
allowPrivilegeEscalation: true
@@ -63,7 +63,7 @@ spec:
volumes:
- name: packages
persistentVolumeClaim:
claimName: piston-pvc
claimName: wandbox-pvc
---
apiVersion: v1
kind: Service