feat: Add Matomo Chart for analytics
Also adds the Digitalist Chart as Backup in case the bitnami one stops working.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{- if .Values.matomo.dashboard.loadbalancer }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: matomo-dashboard-lb
|
||||
spec:
|
||||
selector:
|
||||
app: matomo-dashboard
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8080
|
||||
type: LoadBalancer
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user