feat(homelab): setup kube node, add gitea, nfs-utils
This commit is contained in:
13
nix/homelab/kustomize/routes/gitea/ssh.yaml
Normal file
13
nix/homelab/kustomize/routes/gitea/ssh.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: gitea-ssh
|
||||
namespace: git
|
||||
spec:
|
||||
entryPoints:
|
||||
- ssh
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: gitea-ssh
|
||||
port: 22
|
||||
Reference in New Issue
Block a user