TrueChartsClone/charts/stable/external-service/values.yaml

37 lines
693 B
YAML

# Fake external service image
image:
repository: alpine
pullPolicy: IfNotPresent
tag: 3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
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: {}
portal:
open:
enabled: true
ingress:
main:
annotations:
traefik.frontend.passHostHeader: "false"