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