Simon Kaiser 3 лет назад
Родитель
Сommit
acb3495fba
2 измененных файлов: 7 добавлений и 4 удалений
  1. 1
    3
      gitops-kaisers-info/templates/authentik.yaml
  2. 6
    1
      gitops-kaisers-info/templates/gitea.yaml

+ 1
- 3
gitops-kaisers-info/templates/authentik.yaml Просмотреть файл

26
           # This sends anonymous usage-data, stack traces on errors and
26
           # This sends anonymous usage-data, stack traces on errors and
27
           # performance data to sentry.beryju.org, and is fully opt-in
27
           # performance data to sentry.beryju.org, and is fully opt-in
28
           error_reporting:
28
           error_reporting:
29
-            enabled: true
29
+            enabled: false
30
           postgresql:
30
           postgresql:
31
             password: "ThisIsNotASecurePasswordEither"
31
             password: "ThisIsNotASecurePasswordEither"
32
           
32
           
40
             password: "6qL3XdwQUw2UJ75U"
40
             password: "6qL3XdwQUw2UJ75U"
41
             # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
41
             # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
42
             use_tls: true
42
             use_tls: true
43
-            # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
44
-            use_ssl: false
45
             # -- Connection timeout
43
             # -- Connection timeout
46
             timeout: 30
44
             timeout: 30
47
             # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
45
             # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"

+ 6
- 1
gitops-kaisers-info/templates/gitea.yaml Просмотреть файл

41
           ssh:
41
           ssh:
42
             type: ClusterIP
42
             type: ClusterIP
43
             port: 22
43
             port: 22
44
-            clusterIP:
44
+            clusterIP:
45
+        
46
+        admin:
47
+          username: "simonkaiser"
48
+          password: "test"
49
+          email: "gi@tea.com"