Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions openshift/collector/configmap-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ metadata:
name: riptide-collector-app
data:
RIPTIDE_LOG_LEVEL: "INFO"
# Stamped on every log record as `env`. Each overlay MUST patch this to
# the real environment ("intg" / "prod"). The "unknown" sentinel makes a
# missing patch loud at first glance in Splunk rather than mis-tagging.
RIPTIDE_ENV: "unknown"
RIPTIDE_ENV: "dev"
RIPTIDE_CONFIG_PATH: "/etc/riptide-collector/riptide.json"
RIPTIDE_TEAM_KEYS_PATH: "/etc/riptide-collector-team-keys/team-keys.json"
RIPTIDE_CONFIG_RELOAD_SECONDS: "30"