Supertstream Agent Deployment using custom resource limits
Specify desired resource limits in the custom_values.yaml .
custom_values.yaml .superstreamAgent:
resources:
limits:
cpu: '8'
memory: 8GiautoScaller:
resources:
limits:
cpu: '8'
memory: 8GiExample: Final Configuration File
############################################################
# GLOBAL configuration for Superstream Agent
############################################################
global:
agentName: "" # Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
superstreamAccountId: "" # Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
superstreamActivationToken: "" # Enter the activation token required for services or resources that need an initial token for activation or authentication.
superstreamAgent:
resources:
limits:
cpu: '8'
memory: 8GiDeploy
PreviousSuperstream Agent deployment for environments with a local container registryNextKafka-related
Last updated
Was this helpful?

