mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
chore(docs/manifest): enable bbolt in an emptyDir
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user