diff --git a/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml b/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml index f92b336..0cea55c 100644 --- a/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml +++ b/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml @@ -39,6 +39,18 @@ appSpec: namespace: gitea chartDir: gitea valuesDir: gitea + - name: contour + # The cluster's only inbound path, pinned to the reserved IP that every + # nip.io hostname is built from. Installed by ArgoCD rather than by + # hand, which is only possible because nothing in the bootstrap needed + # an ingress: ArgoCD reaches Gitea over cluster DNS. + nameOverride: contour + namespace: projectcontour + chartDir: contour + valuesDir: contour + # Contour's HTTPProxy CRD embeds a large schema, same 256KiB + # last-applied-configuration problem as cert-manager's. + serverSideApply: true - name: cert-manager nameOverride: cert-manager namespace: cert-manager