Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 9d4389a

Browse files
committed
Pin version to latest Antidote release, and update jaeger params
Signed-off-by: Matt Oswalt <[email protected]>
1 parent 15725ea commit 9d4389a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

manifests/acore.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
serviceAccount: antidotesa
9494
containers:
9595
- name: acore
96-
image: antidotelabs/antidote-core:latest # TEMPORARY - will be set to 0.6.0 after release
96+
image: antidotelabs/antidote-core:release-v0.6.0
9797
imagePullPolicy: Always
9898
ports:
9999
# Only accessible from within the container

manifests/aweb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: aweb
18-
image: antidotelabs/antidote-web:latest # TEMPORARY - will be set to 0.6.0 after release
18+
image: antidotelabs/antidote-web:release-v0.6.0
1919
imagePullPolicy: Always
2020
env:
2121
- name: WEBSSH2_LOCATION

manifests/jaeger.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: jaeger
20-
image: jaegertracing/all-in-one:1.9
20+
image: jaegertracing/all-in-one:1.17
2121
env:
2222
- name: COLLECTOR_ZIPKIN_HTTP_PORT
2323
value: "9411"
@@ -32,6 +32,7 @@ spec:
3232
- containerPort: 16686
3333
- containerPort: 14268
3434
- containerPort: 9411
35+
- containerPort: 14250
3536

3637
---
3738
kind: Service
@@ -70,4 +71,7 @@ spec:
7071
- name: port-9411
7172
port: 9411
7273
targetPort: 9411
74+
- name: port-14250-grpc
75+
port: 14250
76+
targetPort: 14250
7377
type: NodePort

0 commit comments

Comments
 (0)