This topic tells you how to install Run profile cluster by using a reduced values file.
The following is the YAML file sample for the run-profile:
profile: run
ceip_policy_disclosed: FALSE-OR-TRUE-VALUE # Installation fails if this is not set to true. Not a string.
shared:
ingress_domain: INGRESS-DOMAIN
kubernetes_distribution: "openshift" # To be passed only for Openshift. Defaults to "".
ca_cert_data: | # To be passed if using custom certificates.
-----BEGIN CERTIFICATE-----
MIIFXzCCA0egAwIBAgIJAJYm37SFocjlMA0GCSqGSIb3DQEBDQUAMEY...
-----END CERTIFICATE-----
supply_chain: basic
contour:
envoy:
service:
type: LoadBalancer # NodePort can be used if your Kubernetes cluster doesn't support LoadBalancing.
appliveview_connector:
backend:
sslDisabled: TRUE-OR-FALSE-VALUE
ingressEnabled: true
host: appliveview.VIEW-CLUSTER-INGRESS-DOMAIN
Where:
INGRESS-DOMAIN
is the subdomain for the host name that you point at the tanzu-shared-ingress
service’s external IP address.VIEW-CLUSTER-INGRESS-DOMAIN
is the subdomain you setup on the View profile cluster. This matches the value key appliveview.ingressDomain
or shared.ingress_domain
on the view cluster. Include the default host name appliveview.
ahead of the domain.NoteIf you use custom CA certificates, you must provide one or more PEM-encoded CA certificates under the
ca_cert_data
key. If you configuredshared.ca_cert_data
, Tanzu Application Platform component packages inherit that value by default.