Skip to content

Commit a57e91f

Browse files
committed
Disabling monitoring from both places
1 parent 73322f8 commit a57e91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/clusters/k3s/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33
components:
4-
- monitoring
4+
# - monitoring
55
- ../../storage-class/k3s
66
patches:
77
- path: patches/sourcegraph-frontend.Ingress.yaml

instances/deploy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resources:
1717
- buildConfig.yaml # -- Update the CONFIG Key values in buildConfig.yaml when instructed
1818
# [REQUIRED: RESOURCES] Resources for the default Sourcegraph instance
1919
- ../../base/sourcegraph # -- Resources for Sourcegraph
20-
- ../../base/monitoring # -- Resources for Sourcegraph Monitoring Stack
20+
# - ../../base/monitoring # -- Resources for Sourcegraph Monitoring Stack
2121
# ---------------- Add additional resources below this line if needed ---------------- #
2222
# -
2323
##########################################################################################

0 commit comments

Comments
 (0)