forked from catalin/fukuops
feat: add kubetail
This commit is contained in:
parent
dfa7631cf8
commit
b802cc8294
2 changed files with 39 additions and 0 deletions
38
k8s/argo-apps/kubetail.yaml
Normal file
38
k8s/argo-apps/kubetail.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kubetail
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-fuku
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- chart: kubetail
|
||||
repoURL: https://kubetail-org.github.io/helm-charts/
|
||||
targetRevision: 0.10.1
|
||||
helm:
|
||||
valuesObject:
|
||||
kubetail:
|
||||
dashboard:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
tls: []
|
||||
rules:
|
||||
- host: logs.fuku
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: kubetail-dashboard
|
||||
port:
|
||||
number: 8080
|
||||
|
||||
project: fuku
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
|
@ -27,3 +27,4 @@ spec:
|
|||
- https://docs.renovatebot.com/helm-charts
|
||||
- registry-1.docker.io/bitnamicharts
|
||||
- https://meilisearch.github.io/meilisearch-kubernetes
|
||||
- https://kubetail-org.github.io/helm-charts/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue