2023-04-11 10:15:00 +00:00
|
|
|
# Fake external service image
|
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/alpine
|
|
|
|
pullPolicy: IfNotPresent
|
2023-06-25 23:39:57 +00:00
|
|
|
tag: latest@sha256:a661597195a991150580f4915018663dd18bc36f5fef1e88e00c7a3e7b93e127
|
2023-04-11 10:15:00 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
type: ExternalIP
|
|
|
|
externalIP: "1.1.1.1"
|
2023-04-23 12:25:37 +00:00
|
|
|
useSlice: false
|
2023-04-11 10:15:00 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2023-04-15 19:40:57 +00:00
|
|
|
protocol: https
|
2023-04-11 10:15:00 +00:00
|
|
|
port: 10003
|
2023-04-23 12:25:37 +00:00
|
|
|
# Target port is the port of the "external service"
|
|
|
|
# Defaults to "port" if not set
|
2023-04-11 10:15:00 +00:00
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env: {}
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|