# yaml-language-server: $schema=./values.schema.json # Fake external service image image: repository: alpine pullPolicy: IfNotPresent tag: 3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b global: # Ignore isStopped ignoreIsStopped: true service: main: type: ExternalIP externalIP: "1.1.1.1" useSlice: false ports: main: protocol: https port: 10003 # Target port is the port of the "external service" # Defaults to "port" if not set workload: main: enabled: false podSpec: containers: main: env: {} ingress: main: annotations: traefik.frontend.passHostHeader: "false"