1
0
Fork 0

refactor: change *.ops.mareshq.com to *.cthulhunetes.net

This commit is contained in:
Vojtěch Mareš 2023-11-17 15:24:13 +01:00
parent 7e1f815f50
commit 665779b642
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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