8f46e45cfb
Also adds the Digitalist Chart as Backup in case the bitnami one stops working.
13 lines
238 B
YAML
13 lines
238 B
YAML
{{- 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 -}} |