Skip to content

Commit

Permalink
fix envoy test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Sep 25, 2024
1 parent ef884a0 commit 43af82d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/cases/profiling/task/network/envoy/rover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ spec:
- SYS_ADMIN
privileged: true
volumeMounts:
- name: host
mountPath: /host
- name: host-proc
mountPath: /host-proc
readOnly: true
env:
- name: ROVER_PROCESS_DISCOVERY_KUBERNETES_ACTIVE
Expand All @@ -83,8 +83,8 @@ spec:
value: skywalking-oap.istio-system:11800
- name: ROVER_PROCESS_DISCOVERY_KUBERNETES_ANALYZER_K8S_SERVICE_ACTIVE
value: "false"
- name: ROVER_HOST_MAPPING
value: /host
- name: ROVER_HOST_PROC_MAPPING
value: /host-proc
- name: ROVER_LOGGER_LEVEL
value: DEBUG
- name: ROVER_PROCESS_DISCOVERY_KUBERNETES_ANALYZER_ISTIO_APPLICATION_PROCESS_NAME
Expand All @@ -97,7 +97,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
volumes:
- name: host
- name: host-proc
hostPath:
path: /host
path: /host/proc
type: Directory

0 comments on commit 43af82d

Please sign in to comment.