37 lines
693 B
YAML
37 lines
693 B
YAML
# Fake external service image
|
|
image:
|
|
repository: alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
|
|
|
|
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"
|