test-org.app1.v1.2.3.yml 1014 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
apiVersion: exphost.pl/v1alpha1
kind: Application
metadata:
  name: test-org.app1
  namespace: test-namespace
  labels:
    org: test-org
    app: app1
    version: v1.2.3
spec:
  config:
12
    domain: test-org-app1-version.domain.com
13
14
15
16
  components:
    frontend:
      helm:
        type: simple
17
18
19
20
        chart:
          name: nginx
          repository: https://charts.bitnami.com/bitnami
          version: 15.10.3
21
22
23
24
25
26
27
28
      dockerfile:
        type: react
      config:
        hostnames:
          - www
    backend:
      helm:
        type: simple
29
30
31
32
        chart:
          name: nginx
          repository: https://charts.bitnami.com/bitnami
          version: 15.10.3
33
34
35
36
37
38
39
40
      dockerfile:
        type: python
      config:
        hostnames:
          - api
    backend2:
      helm:
        type: custom
41
42
43
44
        chart:
          name: nginx
          repository: https://charts.bitnami.com/bitnami
          version: 15.10.3
45
46
47
48
49
      dockerfile:
        type: custom
      config:
        hostnames:
          - app2