Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions k8s/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app.kubernetes.io/part-of: ctfpilot
app.kubernetes.io/name: error-fallback
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.1.0-r.1
app.kubernetes.io/component: challenges
ctfpilot.com/component: error-fallback

Expand All @@ -25,7 +25,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: error-fallback
image: ctfpilot/error-fallback:1.0.0
image: ctfpilot/error-fallback:1.1.0-r.1
imagePullPolicy: Always
ports:
- name: http
Expand Down Expand Up @@ -57,7 +57,7 @@ metadata:
labels:
app.kubernetes.io/part-of: ctfpilot
app.kubernetes.io/name: error-fallback
app.kubernetes.io/version: 1.0.0
app.kubernetes.io/version: 1.1.0-r.1
app.kubernetes.io/component: challenges
ctfpilot.com/component: error-fallback
spec:
Expand Down
4 changes: 4 additions & 0 deletions src/content/error_405.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<h1>Method Not Allowed</h1>
<p>
The request method is not supported for the requested resource.
</p>
Loading