fix(Apps): Correctly enable ports by default on some more Apps

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-08 14:42:18 +01:00
parent b741d22500
commit e0029fd9b0
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
6 changed files with 9 additions and 12 deletions

View File

@ -16,18 +16,14 @@ maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
- email: kjeld@schouten-lebbing.nl
name: Ornias1993
url: truecharts.org
name: freeradius
sources:
- https://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- auth
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -22,7 +22,9 @@ service:
targetPort: 1812
accounting:
ports:
enabled: true
accounting:
enabled: true
protocol: UDP
port: 1813
targetPort: 1813

View File

@ -34,10 +34,9 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/catagories: |
- GIT
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -10,8 +10,10 @@ service:
port: 3000
targetPort: 3000
ssh:
enabled: true
ports:
ssh:
enabled: true
port: 2222
targetPort: 2222

View File

@ -18,18 +18,14 @@ maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
- email: kjeld@schouten-lebbing.nl
name: Ornias1993
url: truecharts.org
name: openldap
sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- cloud
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -45,8 +45,10 @@ service:
port: 389
targetPort: 389
https:
enabled: true
ports:
https:
enabled: true
port: 636
targetPort: 636