25 lines
554 B
YAML
25 lines
554 B
YAML
onetun:
|
|
secretName: onetun-ntc-comingsoon
|
|
keepAlive: 10
|
|
sourcePeerIP: 192.168.4.17
|
|
destination: 192.168.4.2:7001
|
|
log: trace
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
hosts:
|
|
- host: notetaking.club
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
- host: www.notetaking.club
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- secretName: notetaking.club-wildcard-tls
|
|
hosts:
|
|
- notetaking.club
|
|
- www.notetaking.club
|