Update k8s/apps/immich/service.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
This commit is contained in:
@ -81,9 +81,18 @@ spec:
|
|||||||
name: immich-server
|
name: immich-server
|
||||||
port:
|
port:
|
||||||
number: 2283
|
number: 2283
|
||||||
|
- host: photos.homenet
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: immich-server
|
||||||
|
port:
|
||||||
|
number: 2283
|
||||||
tls:
|
tls:
|
||||||
- secretName: immich-tls
|
- secretName: immich-tls
|
||||||
hosts:
|
hosts:
|
||||||
- photos.hexor.cy
|
- photos.hexor.cy
|
||||||
|
- photos.homenet
|
||||||
|
|
Reference in New Issue
Block a user