@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface NeuronMonitorAddOnProps

    interface NeuronMonitorAddOnProps {
        createNamespace?: boolean;
        imageTag?: string;
        namespace?: string;
        port?: number;
    }
    Index

    Properties

    createNamespace?: boolean

    To Create Namespace using CDK. This should be done only for the first time.

    imageTag?: string

    The tag of the Neuron Monitor application's Docker image.

    'latest'
    
    namespace?: string

    Neuron Application's namespace

    'kube-system'
    
    port?: number

    Application's port

    9010