Skip to content

Commit 31aae1a

Browse files
weskubo-cgiweskubo-cgi
andauthored
Renamed fluentbit image. (#336)
Co-authored-by: weskubo-cgi <Wesley.Kubo@gov.bc.ca>
1 parent 449285d commit 31aae1a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tools/openshift/backend-tls.dc.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ objects:
7979
- name: log-storage
8080
mountPath: /logs
8181
- image: artifacts.developer.gov.bc.ca/docker-remote/fluent/fluent-bit:1.5.7
82-
name: "${APP_NAME}-${BRANCH}-fluent-bit-sidecar"
82+
name: '${APP_NAME}-fluent-bit-sidecar-${ENVIRONMENT}'
8383
imagePullPolicy: Always
8484
imagePullSecrets:
8585
- name: artifactory-creds
@@ -106,11 +106,11 @@ objects:
106106
name: metrics
107107
resources:
108108
requests:
109-
cpu: "5m"
110-
memory: "25Mi"
109+
cpu: '5m'
110+
memory: '25Mi'
111111
limits:
112-
cpu: "10m"
113-
memory: "50Mi"
112+
cpu: '10m'
113+
memory: '50Mi'
114114
volumeMounts:
115115
- name: log-storage
116116
mountPath: /mnt/log

tools/openshift/backend.dc.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ objects:
7676
- name: log-storage
7777
mountPath: /logs
7878
- image: artifacts.developer.gov.bc.ca/docker-remote/fluent/fluent-bit:1.5.7
79-
name: "${APP_NAME}-${BRANCH}-fluent-bit-sidecar"
79+
name: '${APP_NAME}-fluent-bit-sidecar-${ENVIRONMENT}'
8080
imagePullPolicy: Always
8181
imagePullSecrets:
8282
- name: artifactory-creds
@@ -103,11 +103,11 @@ objects:
103103
name: metrics
104104
resources:
105105
requests:
106-
cpu: "5m"
107-
memory: "25Mi"
106+
cpu: '5m'
107+
memory: '25Mi'
108108
limits:
109-
cpu: "10m"
110-
memory: "50Mi"
109+
cpu: '10m'
110+
memory: '50Mi'
111111
volumeMounts:
112112
- name: log-storage
113113
mountPath: /mnt/log

0 commit comments

Comments
 (0)