Skip to content

Commit 5023295

Browse files
committed
Move misskey to 'social' domain + namespace
1 parent 2f1b605 commit 5023295

13 files changed

Lines changed: 12 additions & 12 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Misskey
2-
![Misskey Status Indicator](https://argocd.hashbang.sh/api/badge?name=misskey)
1+
# Social
2+
![Social Status Indicator](https://argocd.hashbang.sh/api/badge?name=social)
33

44
## TODO:
55

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
4-
name: misskey-ingress
4+
name: social
55
annotations:
66
cert-manager.io/cluster-issuer: letsencrypt-prod
77
spec:
88
ingressClassName: nginx
99
rules:
10-
- host: misskey.hashbang.sh
10+
- host: social.hashbang.sh
1111
http:
1212
paths:
1313
- backend:
1414
service:
15-
name: misskey
15+
name: calckey
1616
port:
1717
name: http
1818
path: /
1919
pathType: Prefix
2020
tls:
2121
- hosts:
22-
- misskey.hashbang.sh
23-
secretName: misskey-tls
22+
- social.hashbang.sh
23+
secretName: social-tls
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: misskey
3+
namespace: social
44
commonLabels:
5-
app.kubernetes.io/name: misskey
5+
app.kubernetes.io/name: social
66
resources:
77
- ./misskey
88
- ./redis
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#───┘ URL └─────────────────────────────────────────────────────
77

88
# Final accessible URL seen by a user.
9-
url: https://misskey.hashbang.sh/
9+
url: https://social.hashbang.sh/
1010

1111
# ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE
1212
# URL SETTINGS AFTER THAT!
@@ -55,7 +55,7 @@ db:
5555
#───┘ Redis configuration └─────────────────────────────────────
5656

5757
redis:
58-
host: misskey-redis
58+
host: social-redis
5959
port: 6379
6060
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
6161
#pass: example-pass
File renamed without changes.

0 commit comments

Comments
 (0)