Skip to main content

App Configuration

ParameterDescriptionRequiredDefault
app.proxyURLused in outgoing http(s) requests except Kubernetes requests to cluster optionallyfalse""
app.clusterNameused in notifications to indicate which cluster has issuetrue""
app.logFormatterused for setting custom formatter when app prints logs: text, jsonfalsetext

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
app:
clusterName: dev