This repository was archived by the owner on Dec 3, 2021. It is now read-only.
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 93
93
serviceAccount : antidotesa
94
94
containers :
95
95
- 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
97
97
imagePullPolicy : Always
98
98
ports :
99
99
# Only accessible from within the container
Original file line number Diff line number Diff line change 15
15
spec :
16
16
containers :
17
17
- 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
19
19
imagePullPolicy : Always
20
20
env :
21
21
- name : WEBSSH2_LOCATION
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : jaeger
20
- image : jaegertracing/all-in-one:1.9
20
+ image : jaegertracing/all-in-one:1.17
21
21
env :
22
22
- name : COLLECTOR_ZIPKIN_HTTP_PORT
23
23
value : " 9411"
32
32
- containerPort : 16686
33
33
- containerPort : 14268
34
34
- containerPort : 9411
35
+ - containerPort : 14250
35
36
36
37
---
37
38
kind : Service
70
71
- name : port-9411
71
72
port : 9411
72
73
targetPort : 9411
74
+ - name : port-14250-grpc
75
+ port : 14250
76
+ targetPort : 14250
73
77
type : NodePort
You can’t perform that action at this time.
0 commit comments