blob: c2634563c9a8f112ba7b9935894a81c23bde5222 [file] [log] [blame] [edit]
# Ingress usage
## Values file for testing Ingress parameters.
ingress:
enabled: true
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /api/v1
pathType: Prefix
port:
name: "http"
number: "8080"