Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
DIYgod 2022-08-17 02:56:31 +01:00
commit bb505b6c5e
2 changed files with 3 additions and 17 deletions

View File

@ -1,14 +0,0 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: xlog
namespace: crossbell
spec:
entryPoints:
- web
routes:
- kind: Rule
match: "HostRegexp(`xlog.app`, `{subdomain:.*}.xlog.app`)"
services:
- name: xlog
port: 3000

View File

@ -1,14 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: xlog
name: xlog-lb
namespace: crossbell
spec:
type: ClusterIP
type: LoadBalancer
selector:
app: xlog
ports:
- name: http
protocol: TCP
port: 3000
port: 80
targetPort: 3000