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
|
name: argocd-server
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" {
|
||||||
|
|
|
||||||
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue