.
This commit is contained in:
@@ -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:
|
||||
- addresses:
|
||||
- ip: 10.0.2.63
|
||||
labels:
|
||||
kubernetes.io/service-name: ceph-dashboard
|
||||
addressType: IPv4
|
||||
ports:
|
||||
- name: https
|
||||
protocol: TCP
|
||||
port: 8443
|
||||
endpoints:
|
||||
- addresses:
|
||||
- 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:
|
||||
|
||||
@@ -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 ???!
|
||||
Reference in New Issue
Block a user