mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-04 02:08:59 -04:00
19 lines
361 B
YAML
19 lines
361 B
YAML
resources:
|
|
- 1password.yaml
|
|
- deployment.yaml
|
|
- ingress.yaml
|
|
- onionservice.yaml
|
|
- poddisruptionbudget.yaml
|
|
- service.yaml
|
|
|
|
configMapGenerator:
|
|
- name: anubis-cfg
|
|
behavior: create
|
|
files:
|
|
- ./cfg/anubis/botPolicies.yaml
|
|
- name: nginx-cfg
|
|
behavior: create
|
|
files:
|
|
- ./cfg/nginx/mime.types
|
|
- ./cfg/nginx/nginx.conf
|