2022-06-07 20:31:13 +00:00
|
|
|
# Fake external service image
|
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/bs
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
tag: v0.66.6@sha256:666
|
|
|
|
|
|
|
|
# Disable Deployment
|
|
|
|
controller:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
type: ExternalIP
|
|
|
|
externalIP: "1.1.1.1"
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
Type: HTTPS
|
|
|
|
port: 10003
|
|
|
|
targetPort: 443
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|