File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ objects:
79
79
- name : log-storage
80
80
mountPath : /logs
81
81
- 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} '
83
83
imagePullPolicy : Always
84
84
imagePullSecrets :
85
85
- name : artifactory-creds
@@ -106,11 +106,11 @@ objects:
106
106
name : metrics
107
107
resources :
108
108
requests :
109
- cpu : " 5m "
110
- memory : " 25Mi"
109
+ cpu : ' 5m '
110
+ memory : ' 25Mi'
111
111
limits :
112
- cpu : " 10m"
113
- memory : " 50Mi"
112
+ cpu : ' 10m'
113
+ memory : ' 50Mi'
114
114
volumeMounts :
115
115
- name : log-storage
116
116
mountPath : /mnt/log
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ objects:
76
76
- name : log-storage
77
77
mountPath : /logs
78
78
- 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} '
80
80
imagePullPolicy : Always
81
81
imagePullSecrets :
82
82
- name : artifactory-creds
@@ -103,11 +103,11 @@ objects:
103
103
name : metrics
104
104
resources :
105
105
requests :
106
- cpu : " 5m "
107
- memory : " 25Mi"
106
+ cpu : ' 5m '
107
+ memory : ' 25Mi'
108
108
limits :
109
- cpu : " 10m"
110
- memory : " 50Mi"
109
+ cpu : ' 10m'
110
+ memory : ' 50Mi'
111
111
volumeMounts :
112
112
- name : log-storage
113
113
mountPath : /mnt/log
You can’t perform that action at this time.
0 commit comments