Skip to content

Commit 926bb0e

Browse files
authored
Merge pull request #69 from ritjaintibco/OE_1.9.001_master
COE/ NSOE 1.9.001 Release YAML changes
2 parents 48b8c68 + ee613bb commit 926bb0e

14 files changed

Lines changed: 42 additions & 14 deletions

deployment/coe-es-mongodb.yaml

Lines changed: 1 addition & 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.8.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557

deployment/coe-es-prometheus.yaml

Lines changed: 1 addition & 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.8.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6464
imagePullPolicy: Always
6565
securityContext:
6666
privileged: true

deployment/coe-es.yaml

Lines changed: 1 addition & 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.8.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6161
imagePullPolicy: Never
6262
ports:
6363
- containerPort: 5557

deployment/coe-kafka.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ data:
2424
"SLA": "none",
2525
"MONGO": "none"
2626
},
27+
"TimeSeries": {
28+
"EVENTS": "no",
29+
"AUDITLOGS": "no"
30+
},
2731
"ProcessAlways": "yes",
2832
"FileSizeMax": "40",
2933
"ProcessYieldTimeOut": "500",
@@ -64,11 +68,13 @@ spec:
6468
- "kafka-node3"
6569
containers:
6670
- name: coe-kafka
67-
image: "quay.io/citrix/citrix-observability-exporter:1.8.001"
71+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6872
imagePullPolicy: Always
6973
ports:
7074
- containerPort: 5557
7175
name: lstream
76+
- containerPort: 5563
77+
name: rest
7278
volumeMounts:
7379
- name: lstreamd-config-kafka
7480
mountPath: /var/logproxy/lstreamd/conf/lstreamd_default.conf
@@ -97,6 +103,10 @@ spec:
97103
ports:
98104
- port: 5557
99105
protocol: TCP
106+
name: lstreamd
107+
- port: 5563
108+
protocol: TCP
109+
name: rest
100110
selector:
101111
app: coe-kafka
102112
---
@@ -112,5 +122,9 @@ spec:
112122
ports:
113123
- port: 5557
114124
protocol: TCP
125+
name: lstreamd
126+
- port: 5563
127+
protocol: TCP
128+
name: rest
115129
selector:
116130
app: coe-kafka

deployment/coe-prometheus.yaml

Lines changed: 1 addition & 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.8.001"
35+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
3636
imagePullPolicy: Always
3737
securityContext:
3838
privileged: true

deployment/coe-splunk.yaml

Lines changed: 1 addition & 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.8.001"
66+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6767
imagePullPolicy: Always
6868
ports:
6969
- containerPort: 5557

deployment/coe-zipkin.yaml

Lines changed: 1 addition & 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.8.001"
49+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
5050
imagePullPolicy: Always
5151
securityContext:
5252
privileged: true

examples/elasticsearch/coe-es-mongodb.yaml

Lines changed: 1 addition & 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.8.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557

examples/elasticsearch/coe-es-prometheus.yaml

Lines changed: 1 addition & 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.8.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6464
imagePullPolicy: Always
6565
securityContext:
6666
privileged: true

examples/elasticsearch/coe-es.yaml

Lines changed: 1 addition & 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.8.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.9.001"
6161
imagePullPolicy: Always
6262
ports:
6363
- containerPort: 5557

0 commit comments

Comments
 (0)