Skip to content

Commit

Permalink
fix: change domain for prod resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 11, 2024
1 parent 95d488c commit 13efd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# infrastructure

![Prod](https://argocd.prod.simonemms.com/api/badge?name=registry)
![Prod](https://argocd.simonemms.com/api/badge?name=registry)

My home infrastructure

Expand Down
2 changes: 1 addition & 1 deletion stacks/prod/kubernetes/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependency "hetzner" {

inputs = {
cluster_issuer = "letsencrypt"
domain = "prod.simonemms.com"
domain = "simonemms.com"
hcloud_network_name = dependency.hetzner.outputs.hcloud_network_name
k3s_cluster_cidr = dependency.hetzner.outputs.k3s_cluster_cidr
kubeconfig = dependency.hetzner.outputs.kubeconfig
Expand Down

0 comments on commit 13efd30

Please sign in to comment.