chore(docs/manifest): remove fastcgi from the nginx config
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
66b39f64af
commit
e02f017153
4 changed files with 139 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue