.
This commit is contained in:
@@ -8,19 +8,24 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: https
|
- name: https
|
||||||
port: 8443
|
port: 8443
|
||||||
|
protocol: TCP
|
||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: discovery.k8s.io/v1
|
||||||
kind: Endpoints
|
kind: EndpointSlice
|
||||||
metadata:
|
metadata:
|
||||||
name: ceph-dashboard
|
name: ceph-dashboard-manual
|
||||||
namespace: ingress-external
|
namespace: ingress-external
|
||||||
subsets:
|
labels:
|
||||||
|
kubernetes.io/service-name: ceph-dashboard
|
||||||
|
addressType: IPv4
|
||||||
|
ports:
|
||||||
|
- name: https
|
||||||
|
protocol: TCP
|
||||||
|
port: 8443
|
||||||
|
endpoints:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 10.0.2.63
|
- 10.0.2.63
|
||||||
ports:
|
|
||||||
- name: https
|
|
||||||
port: 8443
|
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
@@ -30,18 +35,9 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
|
|
||||||
nginx.ingress.kubernetes.io/proxy-ssl-verify: "false"
|
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-read-timeout: "600"
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ Nextcloud is a suite of client-server software for creating and using file hosti
|
|||||||
# enhancements:
|
# enhancements:
|
||||||
- find but with shodan user (doesnt get the correct groups even though it is in them ??)
|
- find but with shodan user (doesnt get the correct groups even though it is in them ??)
|
||||||
- theming
|
- theming
|
||||||
- email support
|
- email support
|
||||||
|
- WHY IS IT SO SLOW ???!
|
||||||
Reference in New Issue
Block a user