From 665779b642c1a2edd0b63f0334851086ae14c126 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 15:24:13 +0100 Subject: [PATCH] refactor: change *.ops.mareshq.com to *.cthulhunetes.net --- apps/cluster-infrastructure/longhorn.yaml | 2 +- apps/cluster-infrastructure/minio-operator.yaml | 4 ++-- bootstrap/argo-cd/ingress.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/cluster-infrastructure/longhorn.yaml b/apps/cluster-infrastructure/longhorn.yaml index 771eb67..19e5c2d 100644 --- a/apps/cluster-infrastructure/longhorn.yaml +++ b/apps/cluster-infrastructure/longhorn.yaml @@ -30,7 +30,7 @@ spec: ingressClassName: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - host: longhorn.ops.mareshq.com + host: longhorn.cthulhunetes.net tls: true destination: server: "https://kubernetes.default.svc" diff --git a/apps/cluster-infrastructure/minio-operator.yaml b/apps/cluster-infrastructure/minio-operator.yaml index 7a1678d..5959875 100644 --- a/apps/cluster-infrastructure/minio-operator.yaml +++ b/apps/cluster-infrastructure/minio-operator.yaml @@ -27,10 +27,10 @@ spec: ingressClassName: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - host: console.minio.ops.mareshq.com + host: console.minio.cthulhunetes.net tls: - hosts: - - console.minio.ops.mareshq.com + - console.minio.ops.cthulhunetes.net secretName: minio-console-ingress-tls destination: server: "https://kubernetes.default.svc" diff --git a/bootstrap/argo-cd/ingress.yaml b/bootstrap/argo-cd/ingress.yaml index 9e332fd..5f54a1d 100644 --- a/bootstrap/argo-cd/ingress.yaml +++ b/bootstrap/argo-cd/ingress.yaml @@ -10,7 +10,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: argocd.ops.mareshq.com + - host: argocd.ops.cthulhunetes.net http: paths: - path: / @@ -22,5 +22,5 @@ spec: pathType: Prefix tls: - hosts: - - argocd.ops.mareshq.com + - argocd.ops.cthulhunetes.net secretName: argocd-ingress-tls