Skip to content

Commit 42afde5

Browse files
committed
Changing namespace to sourcegraph
1 parent 78ca578 commit 42afde5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/clusters/k3s/monitoring/patches/prometheus-k3s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ scrape_configs:
179179
regex: sourcegraph-0 # ACTION: replace 'sourcegraph-0' with your node name
180180
action: keep
181181
- source_labels: [namespace]
182-
regex: default # ACTION: replace 'default' with your namespace
182+
regex: sourcegraph # ACTION: replace 'default' with your namespace
183183
action: keep

instances/deploy/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resources:
2525
#
2626
# NOTE: Include the 'namespace' component to create namespace with the same name if needed
2727
##########################################################################################
28-
namespace: default
28+
namespace: sourcegraph
2929
##########################################################################################
3030
# [COMPONENTS] Uncomment the lines for the components you'd like to include
3131
#
@@ -41,7 +41,7 @@ components:
4141
#---------------------------------------------------------------------------------------
4242
# Namespace Creation
4343
#---------------------------------------------------------------------------------------
44-
# - ../../components/resources/namespace # -- Create namespace based on NAMESPACE input above
44+
- ../../components/resources/namespace # -- Create namespace based on NAMESPACE input above
4545
#
4646
#---------------------------------------------------------------------------------------
4747
# Monitoring Stack

0 commit comments

Comments
 (0)