Kaynağa Gözat

Changes structure again

Simon Kaiser 3 yıl önce
ebeveyn
işleme
13a74cde88

gitops-kaisers-info/apps/Chart.yaml → gitops-kaisers-info/Chart.yaml Dosyayı Görüntüle


+ 0
- 39
gitops-kaisers-info/authentik/values.yaml Dosyayı Görüntüle

1
-authentik:
2
-  secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
3
-  # This sends anonymous usage-data, stack traces on errors and
4
-  # performance data to sentry.beryju.org, and is fully opt-in
5
-  error_reporting:
6
-    enabled: true
7
-  postgresql:
8
-    password: "ThisIsNotASecurePasswordEither"
9
-  
10
-  email:
11
-    # -- SMTP Server emails are sent from, fully optional
12
-    host: "mail.your-server.de"
13
-    port: 587
14
-    # -- SMTP credentials, when left empty, not authentication will be done
15
-    username: "authentik@kaisers.info"
16
-    # -- SMTP credentials, when left empty, not authentication will be done
17
-    password: "6qL3XdwQUw2UJ75U"
18
-    # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
19
-    use_tls: true
20
-    # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
21
-    use_ssl: false
22
-    # -- Connection timeout
23
-    timeout: 30
24
-    # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
25
-    from: "authentik <authentik@kaisers.info>"
26
-
27
-ingress:
28
-  enabled: true
29
-  hosts:
30
-    - host: authentik.kaisers.info
31
-      paths:
32
-        - path: "/"
33
-          pathType: Prefix
34
-
35
-postgresql:
36
-  enabled: true
37
-  postgresqlPassword: "ThisIsNotASecurePasswordEither"
38
-redis:
39
-  enabled: true

+ 0
- 0
gitops-kaisers-info/crossplane/values.yaml Dosyayı Görüntüle


+ 0
- 20
gitops-kaisers-info/gitea/Chart.yaml Dosyayı Görüntüle

1
-apiVersion: v2
2
-name: gitea
3
-description: kaisers.info app of apps - Gitea Helm chart for Kubernetes
4
-type: application
5
-version: 0.0.0
6
-appVersion: 0.1.0
7
-icon: https://docs.gitea.io/images/gitea.png
8
-keywords:
9
-  - kaisers.info
10
-sources:
11
-  - https://gitea.com/gitea/helm-chart
12
-  - https://github.com/go-gitea/gitea
13
-  - https://hub.docker.com/r/gitea/gitea/
14
-maintainers:
15
-  - name: Simon Kaiser
16
-    email: simon.kaiser@gmx.net
17
-dependencies:
18
-- name: gitea
19
-  repository: https://gitea.com/gitea/helm-chart
20
-  version: 5.0.1

+ 0
- 0
gitops-kaisers-info/gitea/gitea-admin-secret.yaml Dosyayı Görüntüle


+ 0
- 25
gitops-kaisers-info/gitea/values.yaml Dosyayı Görüntüle

1
-gitea: 
2
-  ingress:
3
-    enabled: true
4
-    annotations: {}
5
-      # kubernetes.io/ingress.class: nginx
6
-      # kubernetes.io/tls-acme: "true"
7
-    hosts:
8
-      - host: newgit.kaisers.info
9
-        paths:
10
-          - path: /
11
-            pathType: Prefix
12
-
13
-  service:
14
-    http:
15
-      type: ClusterIP
16
-      port: 3000
17
-      clusterIP:
18
-    ssh:
19
-      type: ClusterIP
20
-      port: 22
21
-      clusterIP:
22
-
23
-  gitea:
24
-      admin:
25
-        existingSecret: gitea-admin-secret

+ 0
- 0
gitops-kaisers-info/sync-waves/values.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/argo-cd.yaml → gitops-kaisers-info/templates/argo-cd.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/authentik.yaml → gitops-kaisers-info/templates/authentik.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/crossplane.yaml → gitops-kaisers-info/templates/crossplane.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/gitea.yaml → gitops-kaisers-info/templates/gitea.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/namespaces.yaml → gitops-kaisers-info/templates/namespaces.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/templates/syncwaves.yaml → gitops-kaisers-info/templates/syncwaves.yaml Dosyayı Görüntüle


gitops-kaisers-info/apps/values.yaml → gitops-kaisers-info/values.yaml Dosyayı Görüntüle