mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
chore(docs/manifest): enable bbolt in an emptyDir
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
dff2176beb
commit
19d8de784b
@ -127,3 +127,8 @@ impressum:
|
|||||||
status_codes:
|
status_codes:
|
||||||
CHALLENGE: 200
|
CHALLENGE: 200
|
||||||
DENY: 200
|
DENY: 200
|
||||||
|
|
||||||
|
store:
|
||||||
|
backend: bbolt
|
||||||
|
parameters:
|
||||||
|
path: /xe/data/anubis/data.bdb
|
||||||
|
@ -15,6 +15,8 @@ spec:
|
|||||||
- name: anubis
|
- name: anubis
|
||||||
configMap:
|
configMap:
|
||||||
name: anubis-cfg
|
name: anubis-cfg
|
||||||
|
- name: temporary-data
|
||||||
|
emptyDir: {}
|
||||||
containers:
|
containers:
|
||||||
- name: anubis-docs
|
- name: anubis-docs
|
||||||
image: ghcr.io/techarohq/anubis/docs:main
|
image: ghcr.io/techarohq/anubis/docs:main
|
||||||
@ -51,6 +53,8 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: anubis
|
- name: anubis
|
||||||
mountPath: /xe/cfg/anubis
|
mountPath: /xe/cfg/anubis
|
||||||
|
- name: temporary-data
|
||||||
|
mountPath: /xe/data/anubis
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user