Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 2.44 KB

README.md

File metadata and controls

54 lines (47 loc) · 2.44 KB

reflect

Version: 0.3.9 Type: application AppVersion: 0.0.4

Deploy a pod running the Ziti-embeded version of go-httpbin, a REST API server.

This chart provides a simple byte echoing server for demos and testing Ziti. You may read more about how this app can be used in the PrometheuZ tutorial.

helm install reflectz openziti-test-kitchen/reflect \
    --set-file reflectIdentity="/tmp/prometheus/kubeB.reflect.id.json" \
    --set serviceName="kubeB.reflect.svc" \
    --set prometheusServiceName="kubeB.reflect.scrape.svc"

Values Reference

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "nfnpieros/reflect"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
prometheusServiceName string "metrics"
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
serviceName string "reflect"
tolerations list []