fix freeradius issues

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-01 10:41:36 +02:00
parent faf07db3ad
commit f4963ce353
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 8 additions and 10 deletions

View File

@ -24,4 +24,4 @@ sources:
- https://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/
type: application
version: 1.7.11
version: 1.7.12

View File

@ -46,7 +46,7 @@ questions:
label: "(Advanced) Controller Type"
schema:
type: string
default: "Statefulset"
default: "deployment"
required: true
enum:
- value: "deployment"
@ -243,7 +243,7 @@ questions:
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema:
type: string
default: "NodePort"
default: "LoadBalancer"
enum:
- value: "NodePort"
description: "NodePort"
@ -322,9 +322,8 @@ questions:
type: int
min: 9000
max: 65535
default: 36096
- variable: administration
label: "administration Service"
- variable: accounting
label: "accounting Service"
description: "The administration service"
schema:
type: dict
@ -340,7 +339,7 @@ questions:
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema:
type: string
default: "NodePort"
default: "LoadBalancer"
enum:
- value: "NodePort"
description: "NodePort"
@ -372,8 +371,8 @@ questions:
schema:
type: dict
attrs:
- variable: main
label: "Main Service Port Configuration"
- variable: accounting
label: "accounting Service Port Configuration"
schema:
type: dict
attrs:
@ -419,7 +418,6 @@ questions:
type: int
min: 9000
max: 65535
default: 36097
- variable: serviceList