Skip to content

Commit f349edc

Browse files
committed
fix(forgejo/anubis): lower difficulty
1 parent b47c856 commit f349edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/apps/by-cluster/rgst/forgejo.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ local all = {
141141
image: 'ghcr.io/techarohq/anubis:v1.13.0',
142142
env: k.envList({
143143
BIND: ':8080',
144-
DIFFICULTY: '10',
144+
DIFFICULTY: '5',
145145
METRICS_BIND: ':9090',
146146
SERVE_ROBOTS_TXT: 'true',
147147
TARGET: 'http://forgejo-http.forgejo.svc.cluster.local:3000',

0 commit comments

Comments
 (0)