Update default values in configs
This commit is contained in:
parent
16e096af1a
commit
1ae2722150
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ data:
|
||||||
GITEA__server__SSH_DOMAIN: FQDN
|
GITEA__server__SSH_DOMAIN: FQDN
|
||||||
GITEA__server__ROOT_URL: URL
|
GITEA__server__ROOT_URL: URL
|
||||||
GITEA__server__HTTP_PORT: "3000"
|
GITEA__server__HTTP_PORT: "3000"
|
||||||
GITEA__server__SSH_PORT: "2225"
|
GITEA__server__SSH_PORT: "2222"
|
||||||
|
|
||||||
#[service]
|
#[service]
|
||||||
GITEA__service__DISABLE_REGISTRATION: "true"
|
GITEA__service__DISABLE_REGISTRATION: "true"
|
||||||
|
|
|
@ -16,13 +16,13 @@ metadata:
|
||||||
name: gitea-ssh-service
|
name: gitea-ssh-service
|
||||||
namespace: default
|
namespace: default
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/allow-shared-ip: "repo-server-svc"
|
metallb.universe.tf/allow-shared-ip: "shared-ip-service-group"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
app: gitea
|
app: gitea
|
||||||
ports:
|
ports:
|
||||||
- port: 2225
|
- port: 2222
|
||||||
targetPort: 22
|
targetPort: 22
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue