use immich chart provided ingress
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
namespace: immich
|
|
||||||
name: immich
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
nginx.org/client-max-body-size: "0"
|
|
||||||
spec:
|
|
||||||
ingressClassName: nginx
|
|
||||||
rules:
|
|
||||||
- host: immich.lumpiasty.xyz
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- backend:
|
|
||||||
service:
|
|
||||||
name: immich-server
|
|
||||||
port:
|
|
||||||
number: 2283
|
|
||||||
path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- immich.lumpiasty.xyz
|
|
||||||
secretName: immich-ingress
|
|
||||||
@@ -7,4 +7,3 @@ resources:
|
|||||||
- postgres-password.yaml
|
- postgres-password.yaml
|
||||||
- postgres-cluster.yaml
|
- postgres-cluster.yaml
|
||||||
- release.yaml
|
- release.yaml
|
||||||
- ingress.yaml
|
|
||||||
|
|||||||
@@ -53,12 +53,11 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
# Ingress definition is broken in chart (reference to wrong port value)
|
enabled: true
|
||||||
# Supplying our own separate ingress.yaml
|
|
||||||
enabled: false
|
|
||||||
className: nginx
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
nginx.org/client-max-body-size: "0"
|
||||||
hosts:
|
hosts:
|
||||||
- host: immich.lumpiasty.xyz
|
- host: immich.lumpiasty.xyz
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user