diff --git a/tools/openshift/backend.dc.yaml b/tools/openshift/backend.dc.yaml index c9747ef4..86caeaac 100644 --- a/tools/openshift/backend.dc.yaml +++ b/tools/openshift/backend.dc.yaml @@ -74,44 +74,6 @@ objects: limits: cpu: "${MAX_CPU}" memory: "${MAX_MEM}" - - image: artifacts.developer.gov.bc.ca/docker-remote/fluent/fluent-bit:1.5.7 - name: "${APP_NAME}-${BRANCH}-fluent-bit-sidecar" - imagePullPolicy: Always - imagePullSecrets: - - name: artifactory-creds - volumeMounts: - - name: log-storage - mountPath: /mnt/log - - name: flb-sc-config-volume - mountPath: /fluent-bit/etc/ - readinessProbe: - tcpSocket: - port: 2020 - initialDelaySeconds: 10 - periodSeconds: 30 - timeoutSeconds: 5 - failureThreshold: 5 - successThreshold: 1 - livenessProbe: - httpGet: - path: / - port: 2020 - initialDelaySeconds: 10 - periodSeconds: 30 - timeoutSeconds: 5 - failureThreshold: 5 - successThreshold: 1 - ports: - - containerPort: 2020 - protocol: TCP - name: metrics - resources: - requests: - cpu: "5m" - memory: "32Mi" - limits: - cpu: "15m" - memory: "64Mi" volumes: - name: log-storage emptyDir: {}