mirror of
https://github.com/beclab/Olares
synced 2026-05-23 16:58:26 +00:00
app-service: support specify pod that need inject outbound envoy sidecar (#2055)
app-service: support specify pod that need inject outbound envoy sidecar by pod selector
This commit is contained in:
parent
b6394cc39c
commit
ca1ab3fef9
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: app-service
|
||||
image: beclab/app-service:0.4.42
|
||||
image: beclab/app-service:0.4.43
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
@ -393,7 +393,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: image-service
|
||||
image: beclab/image-service:0.4.29
|
||||
image: beclab/image-service:0.4.43
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue