-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathapplication-content-examples.yaml
More file actions
58 lines (57 loc) · 1.8 KB
/
application-content-examples.yaml
File metadata and controls
58 lines (57 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# $schema: https://raw.githubusercontent.com/cloudogu/gitops-playground/main/docs/configuration.schema.json
application:
"yes": true
baseUrl: http://localhost
features:
argocd:
active: true
operator: false
ingress:
active: true
jenkins:
active: true
registry:
active: true
content:
repos:
- url: https://github.com/cloudogu/gitops-build-lib
target: 3rd-party-dependencies/gitops-build-lib
overwriteMode: RESET
- url: https://github.com/cloudogu/ces-build-lib
target: 3rd-party-dependencies/ces-build-lib
overwriteMode: RESET
- url: https://github.com/cloudogu/spring-boot-helm-chart
target: 3rd-party-dependencies/spring-boot-helm-chart
overwriteMode: RESET
- url: https://github.com/cloudogu/spring-petclinic
target: argocd/petclinic-plain
ref: feature/gitops_ready
targetRef: main
overwriteMode: UPGRADE
createJenkinsJob: true
- url: https://github.com/cloudogu/spring-petclinic
target: argocd/petclinic-helm
ref: feature/gitops_ready
targetRef: main
overwriteMode: UPGRADE
createJenkinsJob: true
- url: https://github.com/cloudogu/gitops-examples
path: example-apps-via-content-loader/
ref: main
templating: true
type: FOLDER_BASED
overwriteMode: UPGRADE
namespaces:
- ${config.application.namePrefix}example-apps-production
- ${config.application.namePrefix}example-apps-staging
variables:
petclinic:
baseDomain: "petclinic.localhost"
images:
kubectl: "alpine/kubectl:1.35.4"
helm: "ghcr.io/cloudogu/helm:3.16.4-1"
kubeval: "ghcr.io/cloudogu/helm:3.16.4-1"
helmKubeval: "ghcr.io/cloudogu/helm:3.16.4-1"
yamllint: "cytopia/yamllint:1.25-0.7"
petclinic: "eclipse-temurin:17-jre-alpine"
maven: ""