Compare commits

...

5 Commits

Author SHA1 Message Date
f3d629fe00 add namespace to authentik proxy 2024-05-16 13:44:28 -05:00
4d3574ffa8 add namespace to authentik proxy 2024-05-16 13:44:20 -05:00
f98268fd25 add namespace to authentik proxy 2024-05-16 13:44:09 -05:00
7514ea022e bump chart version 2024-05-16 13:15:13 -05:00
a65a0dbcec change timezone 2024-05-16 13:01:35 -05:00
12 changed files with 21 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
"mergeConfidence:all-badges", "mergeConfidence:all-badges",
":rebaseStalePrs" ":rebaseStalePrs"
], ],
"timezone": "US/Mountain", "timezone": "US/Central",
"schedule": [ "schedule": [
"every weekday" "every weekday"
], ],

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: calibre-server name: calibre-server
version: 0.0.7 version: 0.0.8
description: Chart for Calibre content database description: Chart for Calibre content database
keywords: keywords:
- media - media

View File

@@ -31,4 +31,5 @@ spec:
- kind: Service - kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }} name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }} port: {{ .Values.ingressRoute.authentik.port }}
namespace: {{ .Values.ingressRoute.authentik.namespace }}
{{- end }} {{- end }}

View File

@@ -31,8 +31,9 @@ ingressRoute:
http: http:
host: host:
authentik: authentik:
outpost: outpost: ""
port: 9000 port: 9000
namespace: ""
persistence: persistence:
config: config:
storageClassName: default storageClassName: default

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: home-assistant name: home-assistant
version: 0.1.14 version: 0.1.15
description: Chart for Home Assistant description: Chart for Home Assistant
keywords: keywords:
- home-automation - home-automation

View File

@@ -18,7 +18,7 @@ spec:
match: "Host(`{{ .Values.ingressRoute.host }}`)" match: "Host(`{{ .Values.ingressRoute.host }}`)"
middlewares: middlewares:
- name: "authentik-{{ .Release.Name }}" - name: "authentik-{{ .Release.Name }}"
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
priority: 10 priority: 10
services: services:
- kind: Service - kind: Service
@@ -30,7 +30,8 @@ spec:
services: services:
- kind: Service - kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }} name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }} port: {{ .Values.ingressRoute.authentik.port }}
namespace: {{ .Values.ingressRoute.authentik.namespace }}
{{- end }} {{- end }}
--- ---
@@ -54,7 +55,7 @@ spec:
match: "Host(`{{ .Values.codeserver.ingressRoute.host }}`)" match: "Host(`{{ .Values.codeserver.ingressRoute.host }}`)"
middlewares: middlewares:
- name: "authentik-{{ .Release.Name }}" - name: "authentik-{{ .Release.Name }}"
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
priority: 10 priority: 10
services: services:
- kind: Service - kind: Service
@@ -66,5 +67,6 @@ spec:
services: services:
- kind: Service - kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }} name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }} port: {{ .Values.ingressRoute.authentik.port }}
namespace: {{ .Values.ingressRoute.authentik.namespace }}
{{- end }} {{- end }}

View File

@@ -22,8 +22,9 @@ ingressRoute:
enabled: true enabled: true
host: host:
authentik: authentik:
outpost: outpost: ""
port: 9000 port: 9000
namespace: ""
metrics: metrics:
enabled: false enabled: false
serviceMonitor: serviceMonitor:

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: homepage name: homepage
version: 0.0.14 version: 0.0.15
description: Chart for benphelps homepage description: Chart for benphelps homepage
keywords: keywords:
- dashboard - dashboard

View File

@@ -30,3 +30,4 @@ spec:
- kind: Service - kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }} name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }} port: {{ .Values.ingressRoute.authentik.port }}
namespace: {{ .Values.ingressRoute.authentik.namespace }}

View File

@@ -19,10 +19,11 @@ service:
http: http:
port: 3000 port: 3000
ingressRoute: ingressRoute:
host: host: ""
authentik: authentik:
outpost: outpost: ""
port: 9000 port: 9000
namespace: ""
config: config:
bookmarks: bookmarks:
services: services:

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: mysql-cluster name: mysql-cluster
version: 0.1.1 version: 0.1.2
description: Chart for a mysql cluster description: Chart for a mysql cluster
keywords: keywords:
- database - database

View File

@@ -142,6 +142,6 @@ backup:
# - name: schedule-daily # - name: schedule-daily
# enabled: true # enabled: true
# schedule: "0 0 0 * * *" # schedule: "0 0 0 * * *"
# timeZone: "US/Mountain" # timeZone: "US/Central"
# deleteBackupData: false # deleteBackupData: false
# backupProfileName: # backupProfileName: