add namespace to authentik proxy
This commit is contained in:
@@ -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
|
||||||
|
@@ -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 }}
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user