diff --git a/apps/argocd.yaml b/apps/argocd.yaml index 885991b..5030da1 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: argo-cd + name: argocd namespace: argocd spec: project: default diff --git a/helm/argocd/Chart.yaml b/helm/argocd/Chart.yaml index f0d84b7..971fbe6 100644 --- a/helm/argocd/Chart.yaml +++ b/helm/argocd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd +name: argo-cd version: 0.1.0 dependencies: - name: argo-cd diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index a765a09..6f0b03e 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -12,6 +12,6 @@ spec: - name: "argocd-route" route: - destination: - host: argo-cd-server.argocd.svc.cluster.local + host: argod-server.argocd.svc.cluster.local port: number: 80 diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index cff7511..ff60fd3 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -3,7 +3,7 @@ ## # -- Provide a name in place of `argocd` -nameOverride: "" +nameOverride: "argocd" # -- String to fully override `"argo-cd.fullname"` fullnameOverride: "" # -- Override the namespace