mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
add miniflux
This commit is contained in:
@@ -34,8 +34,12 @@ spec:
|
||||
env:
|
||||
- name: TZ
|
||||
value: "{{ .Values.globals.timezone }}"
|
||||
- name: BASE_URL
|
||||
value: https://{{ .Values.subdomain }}.{{ .Values.globals.domain }}
|
||||
- name: RUN_MIGRATIONS
|
||||
value: "1"
|
||||
- name: DISABLE_LOCAL_AUTH
|
||||
value: "1"
|
||||
- name: OAUTH2_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -50,7 +54,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: "{{ .Release.Name }}-client"
|
||||
key: configuration
|
||||
key: configurationIssuer
|
||||
- name: OAUTH2_OIDC_PROVIDER_NAME
|
||||
value: Authentik
|
||||
- name: OAUTH2_PROVIDER
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 3000
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user