Skip to content

Commit

Permalink
rm kindjeff.com domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sljeff committed Sep 19, 2023
1 parent f9f3671 commit e27d384
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 8 deletions.
25 changes: 25 additions & 0 deletions crdb/prod/route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: cockroachdb
namespace: default
spec:
entryPoints:
- web
- websecure
routes:
- kind: Rule
match: Host(`crdb.prod.nsl.xyz`)
services:
- name: cockroachdb-public
port: 8080
scheme: https
serversTransport: cockroachdb
---
apiVersion: traefik.io/v1alpha1
kind: ServersTransport
metadata:
name: cockroachdb
namespace: default
spec:
insecureSkipVerify: true
2 changes: 1 addition & 1 deletion elasticsearch/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
version: 8.3.2
count: 1
config:
server.publicBaseUrl: "https://es.kindjeff.com"
server.publicBaseUrl: "https://es.prod.nsl.xyz"
elasticsearchRef:
name: "elasticsearch"
http:
Expand Down
3 changes: 2 additions & 1 deletion jaeger/prod/jaeger-ui-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ metadata:
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`jaeger.kindjeff.com`)
- match: Host(`jaeger.prod.nsl.xyz`)
kind: Rule
services:
- name: jaeger-query
Expand Down
2 changes: 1 addition & 1 deletion kafka/dev/console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`kafka-dev.kindjeff.com`)
match: Host(`kafka.dev.nsl.xyz`)
services:
- name: kafka-console
port: 8080
2 changes: 1 addition & 1 deletion kafka/prod/console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`kafka.kindjeff.com`)
match: Host(`kafka.prod.nsl.xyz`)
services:
- name: kafka-console
port: 8080
3 changes: 2 additions & 1 deletion rabbitmq/prod/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ metadata:
spec:
entryPoints:
- web
- websecure
routes:
- kind: Rule
match: Host(`mq.kindjeff.com`) && PathPrefix(`/`)
match: Host(`mq.prod.nsl.xyz`) && PathPrefix(`/`)
services:
- name: rabbitmq
port: 15672
4 changes: 2 additions & 2 deletions vault/dev/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- web
- websecure
routes:
- match: Host(`vault-dev.kindjeff.com`)
- match: Host(`vault.dev.nsl.xyz`)
kind: Rule
services:
- name: vault-ui
Expand All @@ -17,4 +17,4 @@ spec:
kind: Rule
services:
- name: vault-ui
port: 8200
port: 8200
3 changes: 2 additions & 1 deletion vault/prod/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ metadata:
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`vault.kindjeff.com`)
- match: Host(`vault.prod.nsl.xyz`)
kind: Rule
services:
- name: vault-ui
Expand Down

0 comments on commit e27d384

Please sign in to comment.