ci: replace nginx default.conf (#8063)

* ci: squash nginx default.conf

* ci: replace nginx default.conf for auth
This commit is contained in:
Jennifer Richards 2024-10-21 18:48:51 -03:00 committed by GitHub
parent 8881010051
commit 1e193377df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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