Sfoglia il codice sorgente

Gitea without own chart

Simon Kaiser 3 anni fa
parent
commit
cb9c1441f5

+ 27
- 1
gitops-kaisers-info/apps/values.yaml Vedi File

@@ -5,4 +5,30 @@ spec:
5 5
     path: gitops-kaisers-info
6 6
     repoURL: https://git.kaisers.info/simonkaiser/k8s-kaisers-info.git
7 7
     targetRevision: HEAD
8
-  project: default
8
+  project: default
9
+
10
+gitea: 
11
+  ingress:
12
+    enabled: true
13
+    annotations: {}
14
+      # kubernetes.io/ingress.class: nginx
15
+      # kubernetes.io/tls-acme: "true"
16
+    hosts:
17
+      - host: newgit.kaisers.info
18
+        paths:
19
+          - path: /
20
+            pathType: Prefix
21
+
22
+  service:
23
+    http:
24
+      type: ClusterIP
25
+      port: 3000
26
+      clusterIP:
27
+    ssh:
28
+      type: ClusterIP
29
+      port: 22
30
+      clusterIP:
31
+
32
+  gitea:
33
+      admin:
34
+        existingSecret: gitea-admin-secret

+ 0
- 20
gitops-kaisers-info/gitea/Chart.yaml Vedi File

@@ -1,20 +0,0 @@
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 Vedi File


+ 0
- 25
gitops-kaisers-info/gitea/values.yaml Vedi File

@@ -1,25 +0,0 @@
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