refactor: change *.ops.mareshq.com to *.cthulhunetes.net
This commit is contained in:
parent
7e1f815f50
commit
665779b642
3 changed files with 5 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
host: longhorn.ops.mareshq.com
|
host: longhorn.cthulhunetes.net
|
||||||
tls: true
|
tls: true
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
host: console.minio.ops.mareshq.com
|
host: console.minio.cthulhunetes.net
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- console.minio.ops.mareshq.com
|
- console.minio.ops.cthulhunetes.net
|
||||||
secretName: minio-console-ingress-tls
|
secretName: minio-console-ingress-tls
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: argocd.ops.mareshq.com
|
- host: argocd.ops.cthulhunetes.net
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
@ -22,5 +22,5 @@ spec:
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- argocd.ops.mareshq.com
|
- argocd.ops.cthulhunetes.net
|
||||||
secretName: argocd-ingress-tls
|
secretName: argocd-ingress-tls
|
||||||
|
|
|
||||||
Reference in a new issue