move all ingresses to new nginx ingress

This commit is contained in:
2025-08-03 18:15:45 +02:00
parent 9f304af879
commit 444c4faf96
7 changed files with 12 additions and 16 deletions

View File

@@ -147,9 +147,9 @@ spec:
ingress: ingress:
enabled: true enabled: true
ingressClassName: nginx-ingress
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
nginx.org/websocket-services: frigate
hosts: hosts:
- host: frigate.lumpiasty.xyz - host: frigate.lumpiasty.xyz
paths: paths:

View File

@@ -54,11 +54,10 @@ spec:
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx-ingress
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
nginx.org/client-max-body-size: "0" nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.org/websocket-services: immich-server
hosts: hosts:
- host: immich.lumpiasty.xyz - host: immich.lumpiasty.xyz
paths: paths:

View File

@@ -87,12 +87,12 @@ spec:
storageClassName: mayastor-single-hdd storageClassName: mayastor-single-hdd
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx-ingress
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
nginx.org/client-max-body-size: "0" nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-buffering: "false" nginx.ingress.kubernetes.io/proxy-buffering: "false"
nginx.org/proxy-read-timeout: 30m nginx.ingress.kubernetes.io/proxy-read-timeout: 30m
hosts: hosts:
- host: librechat.lumpiasty.xyz - host: librechat.lumpiasty.xyz
paths: paths:

View File

@@ -8,9 +8,9 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true" acme.cert-manager.io/http01-edit-in-place: "true"
nginx.ingress.kubernetes.io/proxy-buffering: "false" nginx.ingress.kubernetes.io/proxy-buffering: "false"
nginx.org/proxy-read-timeout: 30m nginx.ingress.kubernetes.io/proxy-read-timeout: 30m
spec: spec:
ingressClassName: nginx ingressClassName: nginx-ingress
rules: rules:
- host: llama.lumpiasty.xyz - host: llama.lumpiasty.xyz
http: http:

View File

@@ -8,9 +8,9 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true" acme.cert-manager.io/http01-edit-in-place: "true"
nginx.ingress.kubernetes.io/proxy-buffering: "false" nginx.ingress.kubernetes.io/proxy-buffering: "false"
nginx.org/proxy-read-timeout: 30m nginx.ingress.kubernetes.io/proxy-read-timeout: 30m
spec: spec:
ingressClassName: nginx ingressClassName: nginx-ingress
rules: rules:
- host: ollama.lumpiasty.xyz - host: ollama.lumpiasty.xyz
http: http:

View File

@@ -6,9 +6,9 @@ metadata:
name: registry name: registry
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
nginx.org/client-max-body-size: "0" nginx.ingress.kubernetes.io/proxy-body-size: "0"
spec: spec:
ingressClassName: nginx ingressClassName: nginx-ingress
rules: rules:
- host: registry.lumpiasty.xyz - host: registry.lumpiasty.xyz
http: http:

View File

@@ -59,6 +59,3 @@ spec:
lbipam.cilium.io/sharing-key: gitea lbipam.cilium.io/sharing-key: gitea
lbipam.cilium.io/sharing-cross-namespace: gitea lbipam.cilium.io/sharing-cross-namespace: gitea
lbipam.cilium.io/ips: 10.44.0.6,2001:470:61a3:400::6 lbipam.cilium.io/ips: 10.44.0.6,2001:470:61a3:400::6
# config:
# entries:
# proxy-buffering: "false"