This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
tap-values.yaml
71 lines (61 loc) · 2.61 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#@ load("@ytt:data", "data")
---
profile: full
ceip_policy_disclosed: true # Installation fails if this is set to 'false'
buildservice:
kp_default_repository: #@ "{}/{}/build-service".format(data.values.container_registry.hostname,data.values.container_registry.project)
kp_default_repository_username: #@ data.values.container_registry.username
kp_default_repository_password: #@ data.values.container_registry.password
tanzunet_username: #@ data.values.tanzunet.username
tanzunet_password: #@ data.values.tanzunet.password
enable_automatic_dependency_updates: true
descriptor_name: full
supply_chain: testing_scanning
ootb_supply_chain_testing_scanning:
registry:
server: #@ data.values.container_registry.hostname
repository: #@ data.values.container_registry.project_workload
gitops:
ssh_secret: ""
learningcenter:
ingressDomain: #@ "learning-center.{}".format(data.values.ingress.domain)
ingressSecret:
secretName: #@ "learning-center-{}".format(data.values.ingress.contour_tls_secret)
tap_gui:
ingressEnabled: true
ingressDomain: #@ data.values.ingress.domain
service_type: ClusterIP # NodePort for distributions that don't support LoadBalancer
tls:
secretName: #@ data.values.ingress.contour_tls_secret
namespace: #@ data.values.ingress.contour_tls_namespace
app_config:
backend:
baseUrl: #@ "https://tap-gui.{}".format(data.values.ingress.domain)
cors:
origin: #@ "https://tap-gui.{}".format(data.values.ingress.domain)
app:
baseUrl: #@ "https://tap-gui.{}".format(data.values.ingress.domain)
metadata_store:
app_service_type: ClusterIP # (optional) Defaults to LoadBalancer. Change to NodePort for distributions that don't support LoadBalancer
contour:
envoy:
service:
annotations:
external-dns.alpha.kubernetes.io/hostname: #@ "*.{}".format(data.values.ingress.domain)
type: LoadBalancer
accelerator:
domain: #@ "{}".format(data.values.ingress.domain)
ingress:
include: true
tls:
secretName: #@ data.values.ingress.contour_tls_secret
namespace: #@ data.values.ingress.contour_tls_namespace
server:
service_type: ClusterIP
cnrs:
domain_name: #@ "cnr.{}".format(data.values.ingress.domain)
domain_template: "{{.Name}}-{{.Namespace}}.{{.Domain}}"
default_tls_secret: #@ "{}/cnr-{}".format(data.values.ingress.contour_tls_namespace,data.values.ingress.contour_tls_secret)
grype:
namespace: #@ data.values.developer_namespace
targetImagePullSecret: registry-credentials