diff --git a/charts/stable/vlmcsd-kms-server/questions.yaml b/charts/stable/vlmcsd-kms-server/questions.yaml index 61d71655a96..7991a86234c 100644 --- a/charts/stable/vlmcsd-kms-server/questions.yaml +++ b/charts/stable/vlmcsd-kms-server/questions.yaml @@ -7,8 +7,29 @@ questions: # Include{replicas1} # Include{podSpec} # Include{containerMain} + # Include{containerBasic} # Include{containerAdvanced} + +# Include{containerConfig} +# Include{podOptions} +# Include{serviceRoot} +# Include{serviceMain} +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 1688 + required: true # Include{serviceExpertRoot} # Include{serviceExpert} # Include{serviceList} diff --git a/charts/stable/vlmcsd-kms-server/values.yaml b/charts/stable/vlmcsd-kms-server/values.yaml index 5fff45e4a78..6320e1eed12 100644 --- a/charts/stable/vlmcsd-kms-server/values.yaml +++ b/charts/stable/vlmcsd-kms-server/values.yaml @@ -2,21 +2,21 @@ image: pullPolicy: IfNotPresent repository: mikolatero/vlmcsd tag: latest@sha256:217a03280410aa06bca7dd1b4e3e206317ba740a990d90683462fb21b17c9e7d -persistence: {} -portal: - open: - enabled: false + securityContext: container: + runAsNonRoot: false readOnlyRootFilesystem: false - runAsGroup: 0 runAsUser: 0 + runAsGroup: 0 + service: main: - enabled: false ports: main: - enabled: false + targetPort: 1688 + port: 1688 + workload: main: podSpec: @@ -29,3 +29,7 @@ workload: enabled: false startup: enabled: false + +portal: + open: + enabled: false \ No newline at end of file