Skip to content

Commit

Permalink
Remove HSP branding
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 17, 2024
1 parent 4481290 commit 5231c11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
3 changes: 0 additions & 3 deletions charts/hsp-observability-monitoring/Chart.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions charts/k8s-observability-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: k8s-observability-monitoring
version: 0.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ externalServices:
passwordKey: "key"
secret:
create: false
name: hsp-observability
namespace: hsp-observability
name: k8s-observability
namespace: k8s-observability
loki:
host: {{ .Values.otlpGateway | quote }}
writeEndpoint: /loki/api/v1/push
Expand All @@ -23,8 +23,8 @@ externalServices:
passwordKey: "key"
secret:
create: false
name: hsp-observability
namespace: hsp-observability
name: k8s-observability
namespace: k8s-observability

prometheus-operator-crds:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: k8s-monitoring
namespace: hsp-observability
namespace: k8s-observability
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: hsp-observability
project: k8s-observability
source:
chart: k8s-monitoring
repoURL: https://grafana.github.io/helm-charts
Expand All @@ -19,7 +19,7 @@ spec:
{{- (tpl (.Files.Get "config/k8s-monitoring-values.yaml") .) | nindent 8 }}
destination:
server: "https://kubernetes.default.svc"
namespace: hsp-observability
namespace: k8s-observability
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 5231c11

Please sign in to comment.