Skip to content

Commit 3c60883

Browse files
authored
Merge pull request #67 from ritjaintibco/coe_release_1.8.001
COE release 1.8.001
2 parents 2867feb + 39236df commit 3c60883

14 files changed

Lines changed: 61 additions & 15 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: NSOE_LOG_LEVEL
73+
value: "INFO"
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: NSOE_LOG_LEVEL
80+
value: "INFO"
7881
volumes:
7982
- name: lstreamd-config-es
8083
configMap:

deployment/coe-es.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ spec:
5757
spec:
5858
containers:
5959
- name: coe-es
60-
image: "quay.io/citrix/citrix-observability-exporter:1.6.001"
61-
imagePullPolicy: Always
60+
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
61+
imagePullPolicy: Never
6262
ports:
6363
- containerPort: 5557
6464
name: lstream
@@ -68,6 +68,9 @@ spec:
6868
subPath: lstreamd_default.conf
6969
- name: core-data
7070
mountPath: /var/crash/
71+
env:
72+
- name: NSOE_LOG_LEVEL
73+
value: "INFO"
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: NSOE_LOG_LEVEL
80+
value: "INFO"
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: NSOE_LOG_LEVEL
50+
value: "INFO"
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: NSOE_LOG_LEVEL
81+
value: "INFO"
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: NSOE_LOG_LEVEL
64+
value: "INFO"
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: NSOE_LOG_LEVEL
73+
value: "INFO"
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: NSOE_LOG_LEVEL
80+
value: "INFO"
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: NSOE_LOG_LEVEL
73+
value: "INFO"
7174
volumes:
7275
- name: lstreamd-config-es
7376
configMap:

0 commit comments

Comments
 (0)