Files
sbbb/base/lasuite/patch-docs-frontend-nginx.yaml

20 lines
491 B
YAML
Raw Normal View History

# Patch: mount custom nginx config into docs-frontend to inject brand theme CSS.
apiVersion: apps/v1
kind: Deployment
metadata:
name: docs-frontend
namespace: lasuite
spec:
template:
spec:
containers:
- name: docs
volumeMounts:
- name: nginx-conf
mountPath: /etc/nginx/conf.d/default.conf
subPath: default.conf
volumes:
- name: nginx-conf
configMap:
name: docs-frontend-nginx-conf