forked from Eknathreddy09/tap-script
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtap-values-navin.yaml
93 lines (92 loc) · 3.05 KB
/
tap-values-navin.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
profile: full
ceip_policy_disclosed: true
shared:
ingress_domain: SESSION_NAME.demo.tanzupartnerdemo.com
image_registry:
project_path: "tapworkshopoperators.azurecr.io/tap15/tap-packages"
username: "tapworkshopoperators"
password: "password-registry"
buildservice:
kp_default_repository: "tapworkshopoperators.azurecr.io/SESSION_NAME-build"
kp_default_repository_username: "tapworkshopoperators"
kp_default_repository_password: "password-registry"
supply_chain: testing_scanning
ootb_supply_chain_testing_scanning:
registry:
server: "tapworkshopoperators.azurecr.io"
repository: "SESSION_NAME-supply"
gitops:
ssh_secret: ""
excluded_packages:
- policy.apps.tanzu.vmware.com
learningcenter:
ingressDomain: "workshop.SESSION_NAME.demo.tanzupartnerdemo.com"
imageRegistry:
username: "tapworkshopoperators"
password: "password-registry"
host: "tapworkshopoperators.azurecr.io"
metadata_store:
ns_for_export_app_cert: "*"
app_service_type: ClusterIP
contour:
envoy:
service:
type: LoadBalancer
accelerator:
server:
service_type: LoadBalancer
watched_namespace: accelerator-system
samples:
include: true
appliveview:
ingressEnabled: true
ingressDomain: "SESSION_NAME.demo.tanzupartnerdemo.com"
appliveview_connector:
backend:
sslDisabled: "true"
tap_gui:
service_type: ClusterIP
app_config:
proxy:
/metadata-store:
target: https://metadata-store-app.metadata-store:8443/api/v1
changeOrigin: true
secure: false
headers:
Authorization: "Bearer ACCESS-TOKEN"
X-Custom-Source: project-star
# techdocs:
# builder: 'external'
# publisher:
# type: 'azureBlobStorage'
# azureBlobStorage:
# containerName: 'taptechdocscontainer'
# credentials:
# accountName: "taptechdocsblob"
# accountKey: "OCOHumPLlSDkwawWLPWd1BvBsV77Lib95Dh5xuiIFfBz4kwHSVPLnaeEVUIJQJolAYzvPa29/RYG+AStDcv2Gg=="
# auth:
# environment: development
# providers:
# github:
# development:
# clientId: "provideyourclientid"
# clientSecret: "provideyourcliensecret"
integrations:
git: # Other integrations available see NOTE below
- host: gitea-tapdemo.tap.tanzupartnerdemo.com
apiBaseUrl: https://gitea-tapdemo.tap.tanzupartnerdemo.com/api/v1
token: 8660156393e71ed89cb593e0f0242f69abe97097 #### Provide your github token
catalog:
locations:
- type: url
target: https://gitea-tapdemo.tap.tanzupartnerdemo.com/tapdemo-user/partnertapdemo/raw/branch/main/catalog/catalog-info.yaml
- type: url
target: https://gitea-tapdemo.tap.tanzupartnerdemo.com/tapdemo-user/tanzuapp/raw/branch/main/blank/catalog-info.yaml
backend:
reading:
allow:
- host: "gitea-tapdemo.tap.tanzupartnerdemo.com"
- host: "acc-server.accelerator-system.svc.cluster.local"
grype:
namespace: "tap-install" # (optional) Defaults to default namespace.
targetImagePullSecret: "registry-credentials"