Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/vault-manager/templates/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ parameters:
- name: BUSYBOX_IMAGE_PULL_POLICY
value: Always
- name: FLUENTD_IMAGE
value: quay.io/app-sre/fluentd
value: quay.io/redhat-services-prod/app-sre-tenant/fluentd-master/fluentd-master
- name: FLUENTD_IMAGE_TAG
value: latest
- name: FLUENTD_IMAGE_PULL_POLICY
Expand Down
11 changes: 1 addition & 10 deletions openshift/vault-manager-fedramp.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ objects:
@type none
</parse>
</source>
<filter integration>
@type grep
<exclude>
key message
pattern /(Starting|Ending) loop run/
</exclude>
</filter>
<match integration>
@type copy
<store>
Expand Down Expand Up @@ -263,7 +256,7 @@ parameters:
- name: BUSYBOX_IMAGE_PULL_POLICY
value: Always
- name: FLUENTD_IMAGE
value: quay.io/app-sre/fluentd
value: quay.io/redhat-services-prod/app-sre-tenant/fluentd-master/fluentd-master
- name: FLUENTD_IMAGE_TAG
value: latest
- name: FLUENTD_IMAGE_PULL_POLICY
Expand All @@ -274,8 +267,6 @@ parameters:
value: ":bust_in_silhouette:"
- name: INTEGRATION_NAME
value: vault-manager
- name: FLUENTD_CPU_LIMIT
value: 25m
- name: FLUENTD_MEMORY_LIMIT
value: 240Mi
- name: FLUENTD_CPU_REQUEST
Expand Down
9 changes: 1 addition & 8 deletions openshift/vault-manager.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ objects:
@type none
</parse>
</source>
<filter integration>
@type grep
<exclude>
key message
pattern /(Starting|Ending) loop run/
</exclude>
</filter>
<match integration>
@type copy
<store>
Expand Down Expand Up @@ -267,7 +260,7 @@ parameters:
- name: BUSYBOX_IMAGE_PULL_POLICY
value: Always
- name: FLUENTD_IMAGE
value: quay.io/app-sre/fluentd
value: quay.io/redhat-services-prod/app-sre-tenant/fluentd-master/fluentd-master
- name: FLUENTD_IMAGE_TAG
value: latest
- name: FLUENTD_IMAGE_PULL_POLICY
Expand Down