Compare commits

..

4 Commits

Author SHA1 Message Date
120fbe05e6 fix mount location 2024-03-16 01:42:55 -06:00
e686771ce3 fix names 2024-03-16 01:34:46 -06:00
a5bd0b724a enable proxy auth for ha 2024-03-15 23:04:47 -06:00
35c7223d40 change tls secret name 2024-03-15 22:37:38 -06:00
10 changed files with 22 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cops
version: 0.0.1
version: 0.0.2
description: Chart for Calibre OPDS (and HTML) PHP Server
keywords:
- calibre

View File

@@ -17,7 +17,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret
secretName: {{ .Release.Name }}-secret-tls
rules:
- host: {{ .Values.ingress.host }}
http:

View File

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

View File

@@ -16,12 +16,21 @@ spec:
routes:
- kind: Rule
match: "Host(`{{ .Values.ingressRoute.host }}`)"
middlewares:
- name: "authentik-{{ .Release.Name }}"
namespace: {{ .Release.Namespace }}
priority: 10
services:
- kind: Service
name: {{ .Release.Name }}
port: {{ .Values.service.http.port }}
- kind: Rule
match: "Host(`{{ .Values.ingressRoute.host }}`) && PathPrefix(`/outpost.goauthentik.io/`)"
priority: 15
services:
- kind: Service
name: {{ .Values.ingressRoute.authentik.outpost }}
port: {{ .Values.ingressRoute.authentik.port }}
{{- end }}
---

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: outline
version: 0.0.6
version: 0.0.7
description: Chart for Outline wiki
keywords:
- wiki

View File

@@ -17,7 +17,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret
secretName: {{ .Release.Name }}-secret-tls
rules:
- host: {{ .Values.ingress.host }}
http:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: tubearchivist-to-jellyfin
version: 0.0.1
version: 0.0.3
description: Import library from tubearchivist to jellyfin
keywords:
- tubearchivist

View File

@@ -1,10 +1,10 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Release.Name }}
name: tubearchivist-to-jellyfin
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/name: tubearchivist-to-jellyfin
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: job
@@ -19,7 +19,7 @@ spec:
spec:
restartPolicy: Never
containers:
- name: {{ .Release.Name }}
- name: tubearchivist-to-jellyfin
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["python"]
@@ -30,7 +30,7 @@ spec:
{{- end }}
volumeMounts:
- name: tubearchivist-youtube
mountPath: /data
mountPath: /youtube
volumes:
- name: tubearchivist-youtube
persistentVolumeClaim:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: tubearchivist
version: 0.0.4
version: 0.0.5
sources:
- https://github.com/tubearchivist/tubearchivist
- https://github.com/bitnami/charts/tree/main/bitnami/redis

View File

@@ -17,7 +17,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret
secretName: {{ .Release.Name }}-secret-tls
rules:
- host: {{ .Values.ingress.host }}
http: