ocf / kubernetes

ArgoCD-based configuration for the OCF Kubernetes cluster
21 stars 5 forks source link

:lock: E2E TLS for ArgoCD #31

Closed ethanwu10 closed 2 years ago

ethanwu10 commented 2 years ago

Remove --insecure flag and direct Contour Envoy to connect to ArgoCD via HTTPS for ingress. This commit also adds a utility to modify already-generated manifests, allows named ports on the Ingress Python abstraction, and also drops the -ingress suffix from generated Ingress names (since they are already of kind: Ingress).

This also reverts #29