23 lines
418 B
YAML
23 lines
418 B
YAML
# Fake external service image
|
|
image:
|
|
repository: tccr.io/truecharts/alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:33649abd5156330750d02b6d98039c002f0e6bcba3c21888e4db88244e3f0d4c
|
|
|
|
# Disable Deployment
|
|
controller:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
type: ExternalIP
|
|
externalIP: "1.1.1.1"
|
|
ports:
|
|
main:
|
|
Type: HTTPS
|
|
port: 10003
|
|
targetPort: 443
|
|
|
|
portal:
|
|
enabled: true
|