forked from catalin/fukuops
feat: remove k8s/kubetail
This commit is contained in:
parent
8f2669ab77
commit
1fe44ddc30
1 changed files with 0 additions and 38 deletions
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
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.18.0
|
||||
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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue