apps(kakigoori): Using Anubis with Θώθ

This commit is contained in:
2025-06-15 20:51:10 -04:00
parent ba8fad6220
commit 4c2cabc195
2 changed files with 21 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ spec:
seccompProfile:
type: RuntimeDefault
- name: anubis
image: ghcr.io/techarohq/anubis:v1.19.1
image: reg.xeiaso.net/techaro/anubis:thoth
imagePullPolicy: Always
env:
- name: "BIND"
@@ -57,6 +57,16 @@ spec:
secretKeyRef:
name: anubis-kakigoori-key
key: ED25519_PRIVATE_KEY_HEX
- name: "THOTH_URL"
valueFrom:
secretKeyRef:
name: anubis-kakigoori-key
key: THOTH_URL
- name: "THOTH_TOKEN"
valueFrom:
secretKeyRef:
name: anubis-kakigoori-key
key: THOTH_TOKEN
- name: "METRICS_BIND"
value: ":9090"
- name: "SERVE_ROBOTS_TXT"