From 1e193377df7cca32656c6bb062cea0a5ac3680f3 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Mon, 21 Oct 2024 18:48:51 -0300 Subject: [PATCH] ci: replace nginx default.conf (#8063) * ci: squash nginx default.conf * ci: replace nginx default.conf for auth --- k8s/auth.yaml | 2 +- k8s/datatracker.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/k8s/auth.yaml b/k8s/auth.yaml index c92ed0516..2bdb06444 100644 --- a/k8s/auth.yaml +++ b/k8s/auth.yaml @@ -84,7 +84,7 @@ spec: mountPath: /etc/nginx/conf.d/00logging.conf subPath: nginx-logging.conf - name: dt-cfg - mountPath: /etc/nginx/conf.d/auth.conf + mountPath: /etc/nginx/conf.d/default.conf subPath: nginx-auth.conf # ----------------------------------------------------- # ScoutAPM Container diff --git a/k8s/datatracker.yaml b/k8s/datatracker.yaml index a8a967568..3d9e86a29 100644 --- a/k8s/datatracker.yaml +++ b/k8s/datatracker.yaml @@ -84,7 +84,8 @@ spec: mountPath: /etc/nginx/conf.d/00logging.conf subPath: nginx-logging.conf - 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 # ----------------------------------------------------- # ScoutAPM Container