Skip to content

Commit a804f63

Browse files
committed
Release 1.8.001
1 parent 2867feb commit a804f63

14 files changed

Lines changed: 60 additions & 14 deletions

deployment/coe-es-mongodb.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: coe-es
60-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557
@@ -68,6 +68,9 @@ spec:
6868
subPath: lstreamd_default.conf
6969
- name: core-data
7070
mountPath: /var/crash/
71+
env:
72+
- name: COE_LOG_STD_OUT
73+
- value: "3"
7174
volumes:
7275
- name: lstreamd-config-es
7376
configMap:

deployment/coe-es-prometheus.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
spec:
6161
containers:
6262
- name: coe-es
63-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6464
imagePullPolicy: Always
6565
securityContext:
6666
privileged: true
@@ -75,6 +75,9 @@ spec:
7575
subPath: lstreamd_default.conf
7676
- name: core-data
7777
mountPath: /var/crash/
78+
env:
79+
- name: COE_LOG_STD_OUT
80+
- value: "3"
7881
volumes:
7982
- name: lstreamd-config-es
8083
configMap:

deployment/coe-es.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: coe-es
60-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557
@@ -68,6 +68,9 @@ spec:
6868
subPath: lstreamd_default.conf
6969
- name: core-data
7070
mountPath: /var/crash/
71+
env:
72+
- name: COE_LOG_STD_OUT
73+
- value: "3"
7174
volumes:
7275
- name: lstreamd-config-es
7376
configMap:

deployment/coe-kafka.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- "kafka-node3"
6565
containers:
6666
- name: coe-kafka
67-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
67+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6868
imagePullPolicy: Always
6969
ports:
7070
- containerPort: 5557
@@ -75,6 +75,9 @@ spec:
7575
subPath: lstreamd_default.conf
7676
- name: core-data
7777
mountPath: /var/crash/
78+
env:
79+
- name: COE_LOG_STD_OUT
80+
- value: "3"
7881
volumes:
7982
- name: lstreamd-config-kafka
8083
configMap:

deployment/coe-prometheus.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: coe-prometheus
35-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
35+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
3636
imagePullPolicy: Always
3737
securityContext:
3838
privileged: true
@@ -45,6 +45,9 @@ spec:
4545
subPath: lstreamd_default.conf
4646
- name: core-data
4747
mountPath: /var/crash/
48+
env:
49+
- name: COE_LOG_STD_OUT
50+
value: "3"
4851
volumes:
4952
- name: lstreamd-config-prometheus
5053
configMap:

deployment/coe-splunk.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
spec:
6464
containers:
6565
- name: coe-splunk
66-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
66+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6767
imagePullPolicy: Always
6868
ports:
6969
- containerPort: 5557
@@ -76,6 +76,9 @@ spec:
7676
subPath: lstreamd_default.conf
7777
- name: core-data
7878
mountPath: /var/crash/
79+
env:
80+
- name: COE_LOG_STD_OUT
81+
- value: "3"
7982
volumes:
8083
- name: lstreamd-config-splunk
8184
configMap:

deployment/coe-zipkin.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
spec:
4747
containers:
4848
- name: coe-zipkin
49-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
49+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
5050
imagePullPolicy: Always
5151
securityContext:
5252
privileged: true
@@ -59,6 +59,9 @@ spec:
5959
subPath: lstreamd_default.conf
6060
- name: core-data
6161
mountPath: /var/crash/
62+
env:
63+
- name: COE_LOG_STD_OUT
64+
value: "3"
6265
volumes:
6366
- name: lstreamd-config-zipkin
6467
configMap:

examples/elasticsearch/coe-es-mongodb.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: coe-es
60-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557
@@ -68,6 +68,9 @@ spec:
6868
subPath: lstreamd_default.conf
6969
- name: core-data
7070
mountPath: /var/crash/
71+
env:
72+
- name: COE_LOG_STD_OUT
73+
- value: "3"
7174
volumes:
7275
- name: lstreamd-config-es
7376
configMap:

examples/elasticsearch/coe-es-prometheus.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
spec:
6161
containers:
6262
- name: coe-es
63-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6464
imagePullPolicy: Always
6565
securityContext:
6666
privileged: true
@@ -75,6 +75,9 @@ spec:
7575
subPath: lstreamd_default.conf
7676
- name: core-data
7777
mountPath: /var/crash/
78+
env:
79+
- name: COE_LOG_STD_OUT
80+
- value: "3"
7881
volumes:
7982
- name: lstreamd-config-es
8083
configMap:

examples/elasticsearch/coe-es.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: coe-es
60-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557
@@ -68,6 +68,9 @@ spec:
6868
subPath: lstreamd_default.conf
6969
- name: core-data
7070
mountPath: /var/crash/
71+
env:
72+
- name: COE_LOG_STD_OUT
73+
- value: "3"
7174
volumes:
7275
- name: lstreamd-config-es
7376
configMap:

0 commit comments

Comments
 (0)