diff --git a/charts/core/traefik/questions.yaml b/charts/core/traefik/questions.yaml index 911a9cf809c..441d9eabac4 100644 --- a/charts/core/traefik/questions.yaml +++ b/charts/core/traefik/questions.yaml @@ -783,62 +783,6 @@ questions: label: "Redirect to Entrypoint" schema: type: string - - variable: metrics - label: "metrics Service" - description: "The metrics Entrypoint service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelector} - - variable: metrics - label: "metrics Entrypoints Configurations" - 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: 9100 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: protocol - label: "Port Type" - schema: - type: string - default: "HTTP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 9100 - - variable: ingress label: "" group: "Ingress"