From 31aae1a75537215c40af1e49d75ae9eb736e2485 Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:03:34 -0700 Subject: [PATCH] Renamed fluentbit image. (#336) Co-authored-by: weskubo-cgi --- tools/openshift/backend-tls.dc.yaml | 10 +++++----- tools/openshift/backend.dc.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/openshift/backend-tls.dc.yaml b/tools/openshift/backend-tls.dc.yaml index c596fdfa..ce939e7d 100644 --- a/tools/openshift/backend-tls.dc.yaml +++ b/tools/openshift/backend-tls.dc.yaml @@ -79,7 +79,7 @@ objects: - name: log-storage mountPath: /logs - image: artifacts.developer.gov.bc.ca/docker-remote/fluent/fluent-bit:1.5.7 - name: "${APP_NAME}-${BRANCH}-fluent-bit-sidecar" + name: '${APP_NAME}-fluent-bit-sidecar-${ENVIRONMENT}' imagePullPolicy: Always imagePullSecrets: - name: artifactory-creds @@ -106,11 +106,11 @@ objects: name: metrics resources: requests: - cpu: "5m" - memory: "25Mi" + cpu: '5m' + memory: '25Mi' limits: - cpu: "10m" - memory: "50Mi" + cpu: '10m' + memory: '50Mi' volumeMounts: - name: log-storage mountPath: /mnt/log diff --git a/tools/openshift/backend.dc.yaml b/tools/openshift/backend.dc.yaml index 23bac647..65e5b488 100644 --- a/tools/openshift/backend.dc.yaml +++ b/tools/openshift/backend.dc.yaml @@ -76,7 +76,7 @@ objects: - name: log-storage mountPath: /logs - image: artifacts.developer.gov.bc.ca/docker-remote/fluent/fluent-bit:1.5.7 - name: "${APP_NAME}-${BRANCH}-fluent-bit-sidecar" + name: '${APP_NAME}-fluent-bit-sidecar-${ENVIRONMENT}' imagePullPolicy: Always imagePullSecrets: - name: artifactory-creds @@ -103,11 +103,11 @@ objects: name: metrics resources: requests: - cpu: "5m" - memory: "25Mi" + cpu: '5m' + memory: '25Mi' limits: - cpu: "10m" - memory: "50Mi" + cpu: '10m' + memory: '50Mi' volumeMounts: - name: log-storage mountPath: /mnt/log