Skip to content

Commit 5b14065

Browse files
committed
feat: add support for java.net.URI and JOYLIVE_SIDECAR_SETTING_ENABLE in configuration
1 parent 38d2f13 commit 5b14065

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

deploy/all-cr.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ data:
185185
addOpens:
186186
com.jd.live.agent.bootstrap.util.type.FieldAccessorFactory:
187187
- java.util.Map
188+
- java.net.URI
188189
- jdk.internal.misc.Unsafe
189190
- sun.misc.Unsafe
190191
com.jd.live.agent.governance.invoke.Invocation:
@@ -893,6 +894,8 @@ spec:
893894
value: "x-live-enabled"
894895
- name: JOYLIVE_MATCH_VALUE
895896
value: "true"
897+
- name: JOYLIVE_SIDECAR_SETTING_ENABLE
898+
value: "true"
896899
name: joylive-injector
897900
image: ghcr.m.daocloud.io/jd-opensource/joylive-injector:v1.2.4
898901
imagePullPolicy: Always
@@ -1004,7 +1007,7 @@ spec:
10041007
apiVersion: admissionregistration.k8s.io/v1
10051008
kind: MutatingWebhookConfiguration
10061009
metadata:
1007-
name: joylive-injector
1010+
name: c-joylive-injector
10081011
webhooks:
10091012
- name: "joylive-injector-deployment.joylive.io"
10101013
rules:

deploy/joylive-injector/config/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ agent:
3636
addOpens:
3737
com.jd.live.agent.bootstrap.util.type.FieldAccessorFactory:
3838
- java.util.Map
39+
- java.net.URI
3940
- jdk.internal.misc.Unsafe
4041
- sun.misc.Unsafe
4142
com.jd.live.agent.governance.invoke.Invocation:
67 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)