Skip to content

Commit

Permalink
Renamed fluentbit image. (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: weskubo-cgi <[email protected]>
  • Loading branch information
weskubo-cgi and weskubo-cgi authored Aug 26, 2024
1 parent 449285d commit 31aae1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tools/openshift/backend-tls.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions tools/openshift/backend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 31aae1a

Please sign in to comment.