ci: replace nginx default.conf (#8063)
* ci: squash nginx default.conf * ci: replace nginx default.conf for auth
This commit is contained in:
parent
8881010051
commit
1e193377df
|
@ -84,7 +84,7 @@ spec:
|
||||||
mountPath: /etc/nginx/conf.d/00logging.conf
|
mountPath: /etc/nginx/conf.d/00logging.conf
|
||||||
subPath: nginx-logging.conf
|
subPath: nginx-logging.conf
|
||||||
- name: dt-cfg
|
- name: dt-cfg
|
||||||
mountPath: /etc/nginx/conf.d/auth.conf
|
mountPath: /etc/nginx/conf.d/default.conf
|
||||||
subPath: nginx-auth.conf
|
subPath: nginx-auth.conf
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# ScoutAPM Container
|
# ScoutAPM Container
|
||||||
|
|
|
@ -84,7 +84,8 @@ spec:
|
||||||
mountPath: /etc/nginx/conf.d/00logging.conf
|
mountPath: /etc/nginx/conf.d/00logging.conf
|
||||||
subPath: nginx-logging.conf
|
subPath: nginx-logging.conf
|
||||||
- name: dt-cfg
|
- name: dt-cfg
|
||||||
mountPath: /etc/nginx/conf.d/datatracker.conf
|
# Replaces the original default.conf
|
||||||
|
mountPath: /etc/nginx/conf.d/default.conf
|
||||||
subPath: nginx-datatracker.conf
|
subPath: nginx-datatracker.conf
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# ScoutAPM Container
|
# ScoutAPM Container
|
||||||
|
|
Loading…
Reference in a new issue