Compare commits

...

10 Commits

Author SHA1 Message Date
Chris Richardson
72f8715e5c ops wrong repo 2025-01-26 15:53:44 -05:00
Chris Richardson
d5e1937843 add vpn 2025-01-26 15:50:07 -05:00
Chris Richardson
5a58cc7589 add prometheus 2025-01-24 16:09:11 -05:00
Chris Richardson
affeffaa58 add grafanna 2025-01-24 16:04:47 -05:00
Chris Richardson
7d4df7c03c add loki version 2025-01-24 14:03:35 -05:00
Chris Richardson
b7ad9fd4f7 add loki 2025-01-24 14:00:54 -05:00
Chris Richardson
4fffd25136 add akri 2025-01-24 13:04:33 -05:00
Chris Richardson
9199ded565 fix project name 2025-01-24 12:48:00 -05:00
Chris Richardson
19578c9c0e fix rls name 2025-01-24 12:01:23 -05:00
Chris Richardson
b6230178fb move to subdir 2025-01-24 12:00:17 -05:00
3 changed files with 42 additions and 2 deletions

19
helm/akri.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: akri-controller
namespace: argocd
spec:
project: default
source:
chart: akri
repoURL: https://project-akri.github.io/akri/
targetRevision: 0.13.8
helm:
releaseName: akri
parameters:
- name: "agent.full"
value: "true"
destination:
server: "https://kubernetes.default.svc"
namespace: default

View File

@@ -4,13 +4,13 @@ metadata:
name: ingress-controller
namespace: argocd
spec:
project: ingress-controller
project: default
source:
chart: ingress-nginx
repoURL: https://kubernetes.github.io/ingress-nginx
targetRevision: 4.11.3
helm:
releaseName: sealed-secrets
releaseName: ingress-nginx
parameters:
- name: "controller.service.type"
value: "LoadBalancer"

21
helm/loki.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki
namespace: argocd
spec:
project: default
source:
chart: loki-stack
repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.9.12
helm:
releaseName: loki
parameters:
- name: "grafana.enabled"
value: "true"
- name: "prometheus.enabled"
value: "true"
destination:
server: "https://kubernetes.default.svc"
namespace: grafana-loki