2021-08-31 19:46:49 +00:00
|
|
|
# Fake external service image
|
|
|
|
image:
|
2022-08-29 12:14:03 +00:00
|
|
|
repository: tccr.io/truecharts/alpine
|
2021-08-31 19:46:49 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-01-12 13:44:26 +00:00
|
|
|
tag: latest@sha256:b59737dd7105f1711d838556f4e59d833e6cae19460fd46ac0327c802f1349d7
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|