Compare commits
5 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
803229d4e2 | ||
| e1bd487ec9 | |||
| a88a08c972 | |||
| c83d69446b | |||
| 934860111f |
@@ -45,6 +45,7 @@ ArgoCD homelab project
|
|||||||
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
||||||
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
||||||
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
||||||
|
| **mtproxy** | [](https://ag.hexor.cy/applications/argocd/mtproxy) |
|
||||||
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
||||||
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
||||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ spec:
|
|||||||
value: "external"
|
value: "external"
|
||||||
- name: N8N_RUNNERS_BROKER_LISTEN_ADDRESS
|
- name: N8N_RUNNERS_BROKER_LISTEN_ADDRESS
|
||||||
value: "0.0.0.0"
|
value: "0.0.0.0"
|
||||||
|
- name: N8N_LISTEN_ADDRESS
|
||||||
|
value: "0.0.0.0"
|
||||||
- name: N8N_RUNNERS_BROKER_PORT
|
- name: N8N_RUNNERS_BROKER_PORT
|
||||||
value: "5679"
|
value: "5679"
|
||||||
- name: EXECUTIONS_MODE
|
- name: EXECUTIONS_MODE
|
||||||
@@ -87,6 +89,8 @@ spec:
|
|||||||
value: "production"
|
value: "production"
|
||||||
- name: WEBHOOK_URL
|
- name: WEBHOOK_URL
|
||||||
value: "https://n8n.hexor.cy/"
|
value: "https://n8n.hexor.cy/"
|
||||||
|
- name: N8N_PROXY_HOPS
|
||||||
|
value: "1"
|
||||||
- name: GENERIC_TIMEZONE
|
- name: GENERIC_TIMEZONE
|
||||||
value: "Europe/Moscow"
|
value: "Europe/Moscow"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -17,12 +17,16 @@ spec:
|
|||||||
{{ .username }}
|
{{ .username }}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: |-
|
AUTHENTIK_POSTGRESQL__PASSWORD: |-
|
||||||
{{ .password }}
|
{{ .password }}
|
||||||
|
AUTHENTIK_SECRET_KEY: |-
|
||||||
|
{{ .secret_key }}
|
||||||
POSTGRES_PASSWORD: |-
|
POSTGRES_PASSWORD: |-
|
||||||
{{ .password }}
|
{{ .password }}
|
||||||
POSTGRES_USER: |-
|
POSTGRES_USER: |-
|
||||||
{{ .username }}
|
{{ .username }}
|
||||||
AUTHENTIK_SECRET_KEY: |-
|
username: |-
|
||||||
{{ .secret_key }}
|
{{ .password }}
|
||||||
|
password: |-
|
||||||
|
{{ .username }}
|
||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ resources:
|
|||||||
- app.yaml
|
- app.yaml
|
||||||
- external-secrets.yaml
|
- external-secrets.yaml
|
||||||
- https-middleware.yaml
|
- https-middleware.yaml
|
||||||
- worker-restart.yaml
|
# - worker-restart.yaml
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
|
|||||||
Reference in New Issue
Block a user