forked from ab/homelab
Update k8s/apps/immich/service.yaml
This commit is contained in:
@ -97,6 +97,24 @@ spec:
|
|||||||
name: immich-server
|
name: immich-server
|
||||||
port:
|
port:
|
||||||
number: 2283
|
number: 2283
|
||||||
|
tls:
|
||||||
|
- secretName: immich-tls
|
||||||
|
hosts:
|
||||||
|
- photos.hexor.cy
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: immich-homenet-tls-ingress
|
||||||
|
annotations:
|
||||||
|
ingressClassName: traefik
|
||||||
|
cert-manager.io/cluster-issuer: hexor-lab
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: |
|
||||||
|
kube-system-https-redirect@kubernetescrd, immich-upload-buffering@kubernetescrd
|
||||||
|
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
- host: photos.homenet
|
- host: photos.homenet
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
@ -108,7 +126,6 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: 2283
|
number: 2283
|
||||||
tls:
|
tls:
|
||||||
- secretName: immich-tls
|
- secretName: immich-homenet-tls
|
||||||
hosts:
|
hosts:
|
||||||
- photos.hexor.cy
|
|
||||||
- photos.homenet
|
- photos.homenet
|
Reference in New Issue
Block a user