code-infrastructure-lab/envs/local/airbyte.yaml

13 lines
245 B
YAML

webapp:
ingress:
enabled: true
className: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: localhost
paths:
- path: /
pathType: ImplementationSpecific
tls: []