diff --git a/k8s/k8s.yml b/k8s/k8s.yml index 47c20d6..6c3b31b 100644 --- a/k8s/k8s.yml +++ b/k8s/k8s.yml @@ -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 @@ -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 @@ -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: diff --git a/src/content/error_405.html b/src/content/error_405.html new file mode 100644 index 0000000..3a2a6a8 --- /dev/null +++ b/src/content/error_405.html @@ -0,0 +1,4 @@ +

Method Not Allowed

+

+ The request method is not supported for the requested resource. +

\ No newline at end of file