trying todos like that
This commit is contained in:
		| @@ -10,7 +10,7 @@ spec: | |||||||
|     initdb: |     initdb: | ||||||
|       owner: immich |       owner: immich | ||||||
|       database: immich |       database: immich | ||||||
|       secret:  |       secret: | ||||||
|         name: postgres-password |         name: postgres-password | ||||||
|  |  | ||||||
|   postgresql: |   postgresql: | ||||||
|   | |||||||
| @@ -7,10 +7,15 @@ spec: | |||||||
|   entryPoints: |   entryPoints: | ||||||
|     - websecure |     - websecure | ||||||
|   routes: |   routes: | ||||||
|     - match: Host(`todos.kluster.moll.re`) |     - match: Host(`todos.kluster.moll.re`) && PathPrefix(`/api/v1`) | ||||||
|       kind: Rule |       kind: Rule | ||||||
|       services: |       services: | ||||||
|         - name: todos-vikunja |         - name: todos-api | ||||||
|           port: 3456 |           port: 3456 | ||||||
|  |     - match: Host(`todos.kluster.moll.re`) && PathPrefix(`/`) | ||||||
|  |       kind: Rule | ||||||
|  |       services: | ||||||
|  |         - name: todos-frontend | ||||||
|  |           port: 80 | ||||||
|   tls: |   tls: | ||||||
|     certResolver: default-tls |     certResolver: default-tls | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user