Simon Kaiser 3 лет назад
Родитель
Сommit
ab8e66ce84
2 измененных файлов: 24 добавлений и 3 удалений
  1. 23
    0
      apps/Chart.yaml
  2. 1
    3
      apps/values.yaml

+ 23
- 0
apps/Chart.yaml Просмотреть файл

@@ -0,0 +1,23 @@
1
+apiVersion: v2
2
+name: applications
3
+description: Applications
4
+
5
+# A chart can be either an 'application' or a 'library' chart.
6
+#
7
+# Application charts are a collection of templates that can be packaged into versioned archives
8
+# to be deployed.
9
+#
10
+# Library charts provide useful utilities or functions for the chart developer. They're included as
11
+# a dependency of application charts to inject those utilities and functions into the rendering
12
+# pipeline. Library charts do not define any templates and therefore cannot be deployed.
13
+type: application
14
+
15
+# This is the chart version. This version number should be incremented each time you make changes
16
+# to the chart and its templates, including the app version.
17
+# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
+version: 0.1.0
19
+
20
+# This is the version number of the application being deployed. This version number should be
21
+# incremented each time you make changes to the application. Versions are not expected to
22
+# follow Semantic Versioning. They should reflect the version the application is using.
23
+appVersion: "0.1.0"

+ 1
- 3
apps/values.yaml Просмотреть файл

@@ -1,8 +1,6 @@
1
-metadata:
2
-  name: k8s-kaisers-info
3 1
 spec:
4 2
   destination:
5
-    server: https://kubernetes.kaisers.info
3
+    server: https://kubernetes.default.svc
6 4
   source:
7 5
     repoURL: https://git.kaisers.info/simonkaiser/k8s-kaisers-info.git
8 6
     targetRevision: HEAD