ソースを参照

Corrects sync waves

Simon Kaiser 3 年 前
コミット
5c14823022
共有1 個のファイルを変更した40 個の追加38 個の削除を含む
  1. 40
    38
      gitops-kaisers-info/apps/templates/authentik.yaml

+ 40
- 38
gitops-kaisers-info/apps/templates/authentik.yaml ファイルの表示

@@ -14,43 +14,45 @@ spec:
14 14
     chart: goauthentik/authentik
15 15
     repoURL: https://charts.goauthentik.io
16 16
     targetRevision: 5.2.1
17
-    values: |
18
-      authentik:
19
-        secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
20
-        # This sends anonymous usage-data, stack traces on errors and
21
-        # performance data to sentry.beryju.org, and is fully opt-in
22
-        error_reporting:
23
-          enabled: true
24
-        postgresql:
25
-          password: "ThisIsNotASecurePasswordEither"
26
-        
27
-        email:
28
-          # -- SMTP Server emails are sent from, fully optional
29
-          host: "mail.your-server.de"
30
-          port: 587
31
-          # -- SMTP credentials, when left empty, not authentication will be done
32
-          username: "authentik@kaisers.info"
33
-          # -- SMTP credentials, when left empty, not authentication will be done
34
-          password: "6qL3XdwQUw2UJ75U"
35
-          # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
36
-          use_tls: true
37
-          # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
38
-          use_ssl: false
39
-          # -- Connection timeout
40
-          timeout: 30
41
-          # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
42
-          from: "authentik <authentik@kaisers.info>"
17
+    helm:
18
+      releaseName: authentik
19
+      values: |
20
+        authentik:
21
+          secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
22
+          # This sends anonymous usage-data, stack traces on errors and
23
+          # performance data to sentry.beryju.org, and is fully opt-in
24
+          error_reporting:
25
+            enabled: true
26
+          postgresql:
27
+            password: "ThisIsNotASecurePasswordEither"
28
+          
29
+          email:
30
+            # -- SMTP Server emails are sent from, fully optional
31
+            host: "mail.your-server.de"
32
+            port: 587
33
+            # -- SMTP credentials, when left empty, not authentication will be done
34
+            username: "authentik@kaisers.info"
35
+            # -- SMTP credentials, when left empty, not authentication will be done
36
+            password: "6qL3XdwQUw2UJ75U"
37
+            # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
38
+            use_tls: true
39
+            # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
40
+            use_ssl: false
41
+            # -- Connection timeout
42
+            timeout: 30
43
+            # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
44
+            from: "authentik <authentik@kaisers.info>"
43 45
 
44
-      ingress:
45
-        enabled: true
46
-        hosts:
47
-          - host: authentik.kaisers.info
48
-            paths:
49
-              - path: "/"
50
-                pathType: Prefix
46
+        ingress:
47
+          enabled: true
48
+          hosts:
49
+            - host: authentik.kaisers.info
50
+              paths:
51
+                - path: "/"
52
+                  pathType: Prefix
51 53
 
52
-      postgresql:
53
-        enabled: true
54
-        postgresqlPassword: "ThisIsNotASecurePasswordEither"
55
-      redis:
56
-        enabled: true
54
+        postgresql:
55
+          enabled: true
56
+          postgresqlPassword: "ThisIsNotASecurePasswordEither"
57
+        redis:
58
+          enabled: true