fix(Apps): Correctly enable ports by default on some more Apps
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -22,7 +22,9 @@ service:
|
||||
targetPort: 1812
|
||||
accounting:
|
||||
ports:
|
||||
enabled: true
|
||||
accounting:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 1813
|
||||
targetPort: 1813
|
||||
|
||||
Reference in New Issue
Block a user