forked from Eknathreddy09/tap-script
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtap-values.yaml
55 lines (53 loc) · 1.89 KB
/
tap-values.yaml
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
profile: full
shared:
ingress_domain: "domainname"
image_registry:
project_path: "registryname/tap-packages"
username: "repousername"
password: "repopassword"
ceip_policy_disclosed: true # Installation fails if this is set to 'false'
buildservice:
kp_default_repository: "registryname/build-service" # Replace the project id with yours. In my case eknath-se is the project ID
kp_default_repository_username: "repousername"
kp_default_repository_password: "repopassword"
tanzunet_username: "tanzunetusername" # Provide the Tanzu network user name
tanzunet_password: "tanzunetpassword" # Provide the Tanzu network password
supply_chain: testing_scanning
ootb_supply_chain_testing_scanning:
registry:
server: "taptestdemoacr.azurecr.io"
repository: "supply-chain" # Replace the project id with yours. In my case eknath-se is the project ID
gitops:
ssh_secret: ""
cluster_builder: default
service_account: default
learningcenter:
ingressDomain: "domainname"
metadata_store:
app_service_type: LoadBalancer # (optional) Defaults to LoadBalancer. Change to NodePort for distributions that don't support LoadBalancer
contour:
envoy:
service:
type: LoadBalancer
tap_gui:
service_type: ClusterIP
ingressEnabled: true
ingressDomain: "domainname"
app_config:
app:
baseUrl: http://tap-gui.domainname
catalog:
locations:
- type: url
target: https://github.com/anilvmware/tanzu-java-web-app/blob/main/catalog-info.yaml
integrations:
github: # Other integrations available see NOTE below
- host: github.com
token: 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
backend:
baseUrl: http://tap-gui.domainname
cors:
origin: http://tap-gui.domainname
grype:
namespace: "tap-install" # (optional) Defaults to default namespace.
targetImagePullSecret: "registry-credentials"