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

30 lines
578 B
YAML

# Fake external service image
image:
repository: tccr.io/truecharts/alpine
pullPolicy: IfNotPresent
tag: latest@sha256:87cedff1fd48b702111570f675252de4056305b352bb9559922fc0e3e55022eb
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