38 lines
962 B
YAML
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.16.3
|
|
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: {}
|