-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtap-values-2.yaml.template
58 lines (49 loc) · 1.73 KB
/
tap-values-2.yaml.template
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
shared:
ingress_domain: "tanzu.demo"
ingress_issuer: "my-ca-issuer" # Optional, can denote a cert-manager.io/v1/ClusterIssuer of your choice. Defaults to "tap-ingress-selfsigned".
image_registry:
project_path: "https://harbor.tanzu.demo/tap"
username: "admin"
password: "Harbor12345"
ca_cert_data: |
ceip_policy_disclosed: true # Installation fails if this is not set to true. Not a string.
profile: full # Can take iterate, build, run, view.
supply_chain: basic # Can take basic, testing, testing_scanning.
tap_gui:
app_config:
app:
baseUrl: https://tap-gui.tanzu.demo
integrations:
gitlab:
- host: gitlab.tanzu.demo
apiBaseUrl: https://gitlab.tanzu.demo/api/v4
token: ${gitlab_root_token}
auth:
providers:
gitlab:
development:
clientId: ${oauth_app_id}
clientSecret: ${oauth_app_secret}
## uncomment if using self-hosted GitLab
audience: https://gitlab.tanzu.demo
## uncomment if using a custom redirect URI
callbackUrl: https://tap-gui.tanzu.demo/api/auth/gitlab/handler/frame
catalog:
locations:
- type: url
target: https://gitlab.tanzu.demo/tanzu/tap-catalog/-/blob/main/catalog-info.yaml
contour:
envoy:
service:
type: LoadBalancer # This is set by default, but can be overridden by setting a different value.
buildservice:
kp_default_repository: "harbor.tanzu.demo/tap/build-service"
kp_default_repository_username: "admin"
kp_default_repository_password: "Harbor12345"
exclude_dependencies: true
package_overlays:
- name: "contour"
secrets:
- name: "envoy-gitlab-ssh-config-secret"
metadata_store:
ns_for_export_app_cert: "*"