mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
gitea ssh metallb
This commit is contained in:
@@ -21,6 +21,13 @@ spec:
|
|||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
service:
|
||||||
|
ssh:
|
||||||
|
type: LoadBalancer
|
||||||
|
port: 2222
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/loadBalancerIPs: 192.168.2.248
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
@@ -45,7 +52,7 @@ spec:
|
|||||||
gitea:
|
gitea:
|
||||||
config:
|
config:
|
||||||
server:
|
server:
|
||||||
SSH_PORT: 55522
|
SSH_PORT: 2222
|
||||||
service:
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
webhook:
|
webhook:
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
apiVersion: traefik.containo.us/v1alpha1
|
|
||||||
kind: IngressRouteTCP
|
|
||||||
metadata:
|
|
||||||
name: gitea-ssh
|
|
||||||
namespace: gitea
|
|
||||||
spec:
|
|
||||||
entryPoints:
|
|
||||||
- gitea-ssh
|
|
||||||
routes:
|
|
||||||
- match: HostSNI(`*`)
|
|
||||||
services:
|
|
||||||
- name: gitea-ssh
|
|
||||||
port: 22
|
|
||||||
@@ -27,14 +27,6 @@ spec:
|
|||||||
domains:
|
domains:
|
||||||
- main: server.michaelthomson.dev
|
- main: server.michaelthomson.dev
|
||||||
ports:
|
ports:
|
||||||
gitea-ssh:
|
|
||||||
port: 55522
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
onedev-ssh:
|
|
||||||
port: 2222
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
wireguard-udp:
|
wireguard-udp:
|
||||||
port: 51822
|
port: 51822
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|||||||
Reference in New Issue
Block a user