feat(gitea): add Anubis anti-crawler sidecar #24
@@ -137,11 +137,6 @@ spec:
|
||||
value: ":8080"
|
||||
- name: DIFFICULTY
|
||||
value: "4"
|
||||
- name: ED25519_PRIVATE_KEY_HEX
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: anubis-key
|
||||
key: ED25519_PRIVATE_KEY_HEX
|
||||
- name: METRICS_BIND
|
||||
|
|
||||
value: ":9090"
|
||||
- name: SERVE_ROBOTS_TXT
|
||||
|
||||
Reference in New Issue
Block a user
This secret is unnecessary. I do not need to persist the value, and if one is unspecified then Anubis will generate one on its own.