add alternative tailscale ingress
This commit is contained in:
		| @@ -32,6 +32,21 @@ calibre-web-automated: | ||||
|           port: 80 | ||||
|           targetPort: 8083 | ||||
|           protocol: HTTP | ||||
|   ingress: | ||||
|     tailscale: | ||||
|       enabled: true | ||||
|       className: tailscale | ||||
|       hosts: | ||||
|         - host: calibre-cl01tl | ||||
|           paths: | ||||
|             - path: / | ||||
|               pathType: Prefix | ||||
|               service: | ||||
|                 name: calibre-web-automated | ||||
|                 port: 80 | ||||
|       tls: | ||||
|         - hosts: | ||||
|             - calibre-cl01tl | ||||
|   persistence: | ||||
|     config: | ||||
|       storageClass: ceph-block | ||||
|   | ||||
		Reference in New Issue
	
	Block a user