27 lines
556 B
YAML
27 lines
556 B
YAML
# Fake external service image
|
|
image:
|
|
repository: alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
|
|
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
|