Argocd ingress
Sets up the ingress for your ArgoCD instance.
plugins/argocd-ingress/terra.yaml |
---|
| resource_id: argocd-ingress
name: ArgoCD Ingress
icon: "https://github.com/juno-fx/Terra-Official-Plugins/blob/main/plugins/argocd-ingress/assets/logo.png?raw=true"
description: Sets up the ingress for your ArgoCD instance.
category: Infrastructure
tags:
- argocd
- ingress
- ingress-nginx
- cluster-level
- dashboard
fields:
- name: host
description: Connection URL. i.e. `argocd.example.com`. Keep in mind you must set up a DNS record for this host to point to your cluster's ingress controller.
required: true
- name: prefix
description: Connection URL prefix. i.e. `/argocd`. Will default to `/argocd` if not set.
required: false
|