Files
deprecated-helm-charts/incubator/hoverfly/values.yaml
T
Tyler Auerbeck 8327c6da17 [incubator/hoverfly]: Add Openshift Route Creation for Admin & Proxy Interfaces (#20094)
* [incubator/hoverfly]: Add Openshift Route Creation for Admin & Proxy Interfaces

Signed-off-by: Tyler Auerbeck <tauerbec@redhat.com>

* [incubator/hoverfly]: Add Openshift Route Creation for Admin & Proxy Interfaces; Bump Chart Version

Signed-off-by: Tyler Auerbeck <tauerbec@redhat.com>

* [incubator/hoverfly]: Add Openshift Route Creation for Admin & Proxy Interfaces; Bump Chart Version; Fix Linting

Signed-off-by: Tyler Auerbeck <tauerbec@redhat.com>
2020-01-14 01:27:08 -08:00

31 lines
604 B
YAML

# Default values for hoverfly.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: docker.io/spectolabs/hoverfly
tag: v1.1.1
pullPolicy: IfNotPresent
service:
type: ClusterIP
externalAdminPort: 8888
adminPort: 8888
externalProxyPort: 8500
proxyPort: 8500
healthcheckEndpoint: /api/health
hoverflyFlags:
# resources:
# limits:
# cpu: 0.2
# memory: 200Mi
# requests:
# cpu: 0.1
# memory: 100Mi
openshift:
route:
admin:
enabled: false
hostname: ""
proxy:
enabled: false
hostname: ""