TrueChartsClone/charts/stable/external-service/values.yaml

23 lines
418 B
YAML

# Fake external service image
image:
repository: tccr.io/truecharts/alpine
pullPolicy: IfNotPresent
tag: latest@sha256:71198b13ca5eaa344c6bd2bd0c1a29fb084772433c2811bcf9a78b77838b87fa
# 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