How to change wavefront proxy name in kubernetes
search cancel

How to change wavefront proxy name in kubernetes

book

Article ID: 380307

calendar_today

Updated On:

Products

Aria Operations for Applications

Issue/Introduction

The default proxyname in kubernetes is wavefront-proxy-*****

 

Environment

Aria Operations for Applications

Resolution

To change the Proxyname


1) kubectl edit wavefronts.wavefront.com/wavefront -n observability-system


2) Go to the wavefrontProxy section and add  args: --proxyname <name>


Example,


wavefrontProxy:
      args: --proxyname my-own-proxy-name
      enable: true
      metricPort: 2878
      replicas: 1


3) Save and the container will restart