mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
155af5db0d
commit
3ac9b9cd60
3 changed files with 33 additions and 0 deletions
20
argocd/templates/jaeger.yaml
Normal file
20
argocd/templates/jaeger.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: jaeger
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||
targetRevision: main
|
||||
path: jaeger
|
||||
destination:
|
||||
namespace: jaeger
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
13
jaeger/Chart.yaml
Normal file
13
jaeger/Chart.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v2
|
||||
name: jaeger
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "1.16.0"
|
||||
|
||||
dependencies:
|
||||
- name: jaeger
|
||||
repository: https://jaegertracing.github.io/helm-charts
|
||||
version: 0.71.10
|
||||
|
||||
0
jaeger/values.yaml
Normal file
0
jaeger/values.yaml
Normal file
Loading…
Add table
Add a link
Reference in a new issue