ソースを参照

Gitea as dependency of gitea chart

Simon Kaiser 3 年 前
コミット
1f28fdf896
共有3 個のファイルを変更した43 個の追加22 個の削除を含む
  1. 0
    0
      gitops-kaisers-info/argo-cd/Chart.yaml
  2. 20
    0
      gitops-kaisers-info/gitea/Chart.yaml
  3. 23
    22
      gitops-kaisers-info/gitea/values.yaml

+ 0
- 0
gitops-kaisers-info/argo-cd/Chart.yaml ファイルの表示


+ 20
- 0
gitops-kaisers-info/gitea/Chart.yaml ファイルの表示

@@ -0,0 +1,20 @@
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: 1.15.10

+ 23
- 22
gitops-kaisers-info/gitea/values.yaml ファイルの表示

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