Created
March 16, 2022 08:41
-
-
Save bmoussaud/5ace62aa3e32ade0b975aafbd0821343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
profile: "full" | |
excluded_packages: | |
- grype.scanning.apps.tanzu.vmware.com | |
ceip_policy_disclosed: true | |
buildservice: | |
kp_default_repository: "harbor.mytanzu.xyz/library/build-service" | |
kp_default_repository_username: "administrator" | |
kp_default_repository_password: "yyyyyyyy" | |
tanzunet_username: "[email protected]" | |
tanzunet_password: "xxxxxxx" | |
descriptor_name: "tap-1.0.0-full" | |
enable_automatic_dependency_updates: false | |
supply_chain: basic | |
cnrs: | |
domain_name: tap.aks.mytanzu.xyz | |
ootb_supply_chain_basic: | |
registry: | |
server: "harbor.mytanzu.xyz" | |
repository: "library/supply-chain" | |
gitops: | |
ssh_secret: "" | |
learningcenter: | |
ingressDomain: "learningcenter.tap.aks.mytanzu.xyz" | |
tap_gui: | |
service_type: ClusterIP | |
ingressEnabled: "true" | |
ingressDomain: "tap.aks.mytanzu.xyz" | |
app_config: | |
auth: | |
environment: development | |
providers: | |
github: | |
development: | |
clientId: "xxxxx" | |
clientSecret: "edbenoitmoussaud24275d4e436e2fc" | |
app: | |
baseUrl: http://tap-gui.tap.aks.mytanzu.xyz #15/02/2022 hardcoded fqdn: "tap-gui.(@= data.values.ingressDomain @)" | |
catalog: | |
locations: | |
- type: url | |
target: https://github.com/bmoussaud/yelb-catalog | |
backend: | |
baseUrl: http://tap-gui.tap.aks.mytanzu.xyz | |
cors: | |
origin: http://tap-gui.tap.aks.mytanzu.xyz | |
metadata_store: | |
app_service_type: LoadBalancer # (optional) Defaults to LoadBalancer. Change to NodePort for distributions that don't support LoadBalancer | |
grype: | |
namespace: dev-tap # (optional) Defaults to default namespace need to be created manualy | |
targetImagePullSecret: "tap-registry" | |
contour: | |
envoy: | |
service: | |
type: LoadBalancer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment