2021-08-31 19:46:49 +00:00
|
|
|
# Fake external service image
|
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/bs
|
2021-08-31 19:46:49 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-11 11:52:00 +00:00
|
|
|
tag: v0.66.6@sha256:666
|
2021-08-23 20:24:58 +00:00
|
|
|
|
|
|
|
# Disable Deployment
|
|
|
|
controller:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
type: ExternalIP
|
|
|
|
externalIP: "1.1.1.1"
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
Type: HTTPS
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10003
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 443
|