From ad2ea4bbcf838459406b68f1ceb48ef69713f077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 6 Aug 2023 22:55:17 +0200 Subject: [PATCH] fix --- share/authentik/datas.tf | 4 +- share/authentik/index.yaml | 156 ++++++++++++++++++------------------- 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/share/authentik/datas.tf b/share/authentik/datas.tf index 803b104..4179d9d 100644 --- a/share/authentik/datas.tf +++ b/share/authentik/datas.tf @@ -66,7 +66,7 @@ data "kustomization_overlay" "data" { imagePullPolicy: "${var.image.pullPolicy}" env: - name: "AUTHENTIK_POSTGRESQL__HOST" - value: "${var.instance}-${var.component}-pg-rw.${var.namespace}.svc" + value: "${var.instance}-${var.component}-pool.${var.namespace}.svc" - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: @@ -98,7 +98,7 @@ data "kustomization_overlay" "data" { imagePullPolicy: "${var.image.pullPolicy}" env: - name: "AUTHENTIK_POSTGRESQL__HOST" - value: "${var.instance}-${var.component}-pg-rw.${var.namespace}.svc" + value: "${var.instance}-${var.component}-pool.${var.namespace}.svc" - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: diff --git a/share/authentik/index.yaml b/share/authentik/index.yaml index fecca23..0cbf809 100644 --- a/share/authentik/index.yaml +++ b/share/authentik/index.yaml @@ -6,6 +6,11 @@ metadata: name: authentik description: authentik is an open-source Identity Provider focused on flexibility and versatility options: + loglevel: + default: info + examples: + - info + type: string admin: default: email: auth-admin @@ -41,6 +46,74 @@ options: default: false type: boolean type: object + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + error_reporting: + default: + enabled: false + environment: k8s + send_pii: false + examples: + - enabled: false + environment: k8s + send_pii: false + properties: + enabled: + default: false + type: boolean + environment: + default: k8s + type: string + send_pii: + default: false + type: boolean + type: object + ingress-class: + default: traefik + examples: + - traefik + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + redis: + default: + exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.5 + storage: 8Gi + examples: + - exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.5 + storage: 8Gi + properties: + exporter: + default: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + properties: + enabled: + default: true + type: boolean + image: + default: quay.io/opstree/redis-exporter:v1.44.0 + type: string + type: object + image: + default: quay.io/opstree/redis:v7.0.5 + type: string + storage: + default: 8Gi + type: string + type: object postgres: default: cleanlogs: @@ -109,94 +182,21 @@ options: default: 2023.5.4 type: string type: object + geoip: + default: /geoip/GeoLite2-City.mmdb + examples: + - /geoip/GeoLite2-City.mmdb + type: string domain: default: your-company examples: - your-company type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string sub-domain: default: auth examples: - auth type: string - loglevel: - default: info - examples: - - info - type: string - redis: - default: - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 8Gi - examples: - - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 8Gi - properties: - exporter: - default: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - properties: - enabled: - default: true - type: boolean - image: - default: quay.io/opstree/redis-exporter:v1.44.0 - type: string - type: object - image: - default: quay.io/opstree/redis:v7.0.5 - type: string - storage: - default: 8Gi - type: string - type: object - error_reporting: - default: - enabled: false - environment: k8s - send_pii: false - examples: - - enabled: false - environment: k8s - send_pii: false - properties: - enabled: - default: false - type: boolean - environment: - default: k8s - type: string - send_pii: - default: false - type: boolean - type: object - ingress-class: - default: traefik - examples: - - traefik - type: string - geoip: - default: /geoip/GeoLite2-City.mmdb - examples: - - /geoip/GeoLite2-City.mmdb - type: string dependencies: - dist: null category: core