chore(docs/manifest): remove fastcgi from the nginx config

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-09 17:01:35 -04:00
parent 66b39f64af
commit e02f017153
No known key found for this signature in database
4 changed files with 139 additions and 0 deletions

View file

@ -15,6 +15,9 @@ spec:
- name: anubis
configMap:
name: anubis-cfg
- name: nginx
configMap:
name: nginx-cfg
- name: temporary-data
emptyDir: {}
containers:
@ -28,6 +31,9 @@ spec:
requests:
cpu: 250m
memory: 128Mi
volumeMounts:
- name: nginx
mountPath: /conf
ports:
- containerPort: 80
- name: anubis