Fix Argo CD ingress GitOps source
Homelab Main / deploy (push) Successful in 1m24s Details

This commit is contained in:
juvdiaz 2026-06-02 16:38:04 -06:00
parent 740755ea4e
commit 80df5624e2
3 changed files with 2 additions and 3 deletions

View File

@ -92,4 +92,3 @@ spec:
name: argocd-server name: argocd-server
port: port:
number: 80 number: 80

View File

@ -10,7 +10,7 @@ variable "argocd_namespace" {
variable "gitops_repo_url" { variable "gitops_repo_url" {
type = string type = string
default = "ssh://jv@192.168.100.68/home/jv/git-server/my-homelab-configs.git" default = "ssh://192.168.100.89:32222/jv/my-homelab-configs.git"
} }
variable "website_image_ref" { variable "website_image_ref" {

View File

@ -20,7 +20,7 @@ variable "calico_operator_node_name" {
variable "gitops_repo_url" { variable "gitops_repo_url" {
type = string type = string
default = "ssh://jv@192.168.100.68/home/jv/git-server/my-homelab-configs.git" default = "ssh://192.168.100.89:32222/jv/my-homelab-configs.git"
} }
variable "gitops_ssh_key_path" { variable "gitops_ssh_key_path" {