Fix Argo CD ingress GitOps source
Homelab Main / deploy (push) Successful in 1m24s
Details
Homelab Main / deploy (push) Successful in 1m24s
Details
This commit is contained in:
parent
740755ea4e
commit
80df5624e2
|
|
@ -92,4 +92,3 @@ spec:
|
|||
name: argocd-server
|
||||
port:
|
||||
number: 80
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ variable "argocd_namespace" {
|
|||
|
||||
variable "gitops_repo_url" {
|
||||
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" {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ variable "calico_operator_node_name" {
|
|||
|
||||
variable "gitops_repo_url" {
|
||||
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" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue