We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93e4e2 commit 571f914Copy full SHA for 571f914
deployment.yaml
@@ -15,7 +15,7 @@ spec:
15
spec:
16
initContainers:
17
- name: deps-install
18
- image: ghcr.io/python-discord/snekbox:latest
+ image: ghcr.io/python-discord/snekbox:latest-pydis
19
imagePullPolicy: Always
20
volumeMounts:
21
- name: snekbox-user-base-volume
@@ -25,7 +25,7 @@ spec:
25
- scripts/install_eval_deps.sh
26
containers:
27
- name: snekbox
28
29
30
ports:
31
- containerPort: 8060
0 commit comments