fukuops/k8s/argo-apps/kubetail.yaml
Renovate Bot 2cf2424a69
Some checks failed
checks / pre-commit (push) Successful in 9m22s
checks / k8s (push) Failing after 45s
checks / tflint (push) Successful in 39s
chore(deps): update helm release kubetail to v0.13.4
2025-08-09 03:19:19 +00:00

38 lines
962 B
YAML

---
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.13.4
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: {}