mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [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>
31 lines
604 B
YAML
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: ""
|