Newer
Older
default:
host: test.com
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
serviceName: webservice
servicePort: 8080
tls:
default:
hosts:
secrets:
secret0:
name: example-secret0
data:
username: dXNlcm5hbWU= # Base64-encoded 'username'
password: cGFzc3dvcmQ= # Base64-encoded 'password'
secret1:
name: example-secret1
type: Opaque
data:
username: example
password: example