This commit is contained in:
2026-04-02 14:10:46 +00:00
parent d945da32ee
commit 4f991d852a
2 changed files with 15 additions and 18 deletions

View File

@@ -8,19 +8,24 @@ spec:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: 8443
---
apiVersion: v1
kind: Endpoints
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: ceph-dashboard
name: ceph-dashboard-manual
namespace: ingress-external
subsets:
labels:
kubernetes.io/service-name: ceph-dashboard
addressType: IPv4
ports:
- name: https
protocol: TCP
port: 8443
endpoints:
- addresses:
- ip: 10.0.2.63
ports:
- name: https
port: 8443
- 10.0.2.63
---
apiVersion: networking.k8s.io/v1
kind: Ingress
@@ -30,18 +35,9 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-ssl-verify: "false"
nginx.ingress.kubernetes.io/service-upstream: "true"
nginx.ingress.kubernetes.io/upstream-vhost: "hyper1.undercloud.local"
nginx.ingress.kubernetes.io/proxy-ssl-server-name: "on"
nginx.ingress.kubernetes.io/proxy-ssl-name: "hyper1.undercloud.local"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
spec:

View File

@@ -7,3 +7,4 @@ Nextcloud is a suite of client-server software for creating and using file hosti
- find but with shodan user (doesnt get the correct groups even though it is in them ??)
- theming
- email support
- WHY IS IT SO SLOW ???!