gitea: fix ingressroute syntax
This commit is contained in:
@@ -86,11 +86,11 @@ gitea:
|
|||||||
- gitssh
|
- gitssh
|
||||||
routes:
|
routes:
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: Host(`git-ssh.dubyatp.xyz`)
|
match: Host(`git-ssh.dubyatp.xyz`)
|
||||||
priority: 10
|
priority: 10
|
||||||
services:
|
services:
|
||||||
- name: gitea-ssh
|
- name: gitea-ssh
|
||||||
port: 22
|
port: 22
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user