Skip to content

Commit

Permalink
revert file
Browse files Browse the repository at this point in the history
  • Loading branch information
joannatk committed Oct 25, 2024
1 parent 5d48255 commit f37364d
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions collector/hack/deploy/kubernetes/6-wavefront-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,25 @@ spec:
key: kubernetes.io/arch
value: arm64
containers:
- name: wavefront-proxy
image: projects.registry.vmware.com/tanzu_observability/proxy:13.4
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
value: https://YOUR_CLUSTER.wavefront.com/api/
- name: WAVEFRONT_TOKEN
value: YOUR_API_TOKEN
# Uncomment the below lines to consume Zipkin/Istio traces
#- name: WAVEFRONT_PROXY_ARGS
# value: --traceZipkinListenerPorts 9411
ports:
- containerPort: 2878
protocol: TCP
# Uncomment the below lines to consume Zipkin/Istio traces
#- containerPort: 9411
# protocol: TCP
securityContext:
privileged: false

- name: wavefront-proxy
image: wavefronthq/proxy:13.7
imagePullPolicy: IfNotPresent
env:
- name: WAVEFRONT_URL
value: https://YOUR_CLUSTER.wavefront.com/api/
- name: WAVEFRONT_TOKEN
value: YOUR_API_TOKEN
# Uncomment the below lines to consume Zipkin/Istio traces
#- name: WAVEFRONT_PROXY_ARGS
# value: --traceZipkinListenerPorts 9411
ports:
- containerPort: 2878
protocol: TCP
# Uncomment the below lines to consume Zipkin/Istio traces
#- containerPort: 9411
# protocol: TCP
securityContext:
privileged: false
---
apiVersion: v1
kind: Service
Expand All @@ -52,13 +51,13 @@ metadata:
namespace: default
spec:
ports:
- name: wavefront
port: 2878
protocol: TCP
- name: wavefront
port: 2878
protocol: TCP
# Uncomment the below lines to consume Zipkin/Istio traces
#- name: http
# port: 9411
# targetPort: 9411
# protocol: TCP
selector:
app: wavefront-proxy
app: wavefront-proxy

0 comments on commit f37364d

Please sign in to comment.