add base storage
This commit is contained in:
@@ -13,13 +13,13 @@ local-path-provisioner:
|
|||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
volumeBindingMode: WaitForFirstConsumer
|
||||||
nodePathMap:
|
nodePathMap:
|
||||||
- node: talos-5zy-00y
|
- node: talos-2di-ktg
|
||||||
paths:
|
paths:
|
||||||
- /var/local-path-provisioner
|
- /var/local-path-provisioner
|
||||||
- node: talos-6ht-r95
|
- node: talos-9vs-6hh
|
||||||
paths:
|
paths:
|
||||||
- /var/local-path-provisioner
|
- /var/local-path-provisioner
|
||||||
- node: talos-q4m-8t4
|
- node: talos-f88-7tr
|
||||||
paths:
|
paths:
|
||||||
- /var/local-path-provisioner
|
- /var/local-path-provisioner
|
||||||
affinity:
|
affinity:
|
||||||
@@ -30,9 +30,9 @@ local-path-provisioner:
|
|||||||
- key: kubernetes.io/hostname
|
- key: kubernetes.io/hostname
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- talos-5zy-00y
|
- talos-2di-ktg
|
||||||
- talos-6ht-r95
|
- talos-9vs-6hh
|
||||||
- talos-q4m-8t4
|
- talos-f88-7tr
|
||||||
configmap:
|
configmap:
|
||||||
name: local-path-config
|
name: local-path-config
|
||||||
setup: |-
|
setup: |-
|
30
clusters/cl01tl/storage/rook-ceph/templates/http-route.yaml
Normal file
30
clusters/cl01tl/storage/rook-ceph/templates/http-route.yaml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: http-route-rook-ceph
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: http-route-rook-ceph
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
|
app.kubernetes.io/component: web
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
hostnames:
|
||||||
|
- ceph.alexlebens.net
|
||||||
|
rules:
|
||||||
|
- matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
|
backendRefs:
|
||||||
|
- group: ''
|
||||||
|
kind: Service
|
||||||
|
name: rook-ceph-mgr-dashboard
|
||||||
|
port: 8443
|
||||||
|
weight: 100
|
@@ -94,27 +94,6 @@ rook-ceph-cluster:
|
|||||||
csi:
|
csi:
|
||||||
readAffinity:
|
readAffinity:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
|
||||||
dashboard:
|
|
||||||
ingressClassName: tailscale
|
|
||||||
host:
|
|
||||||
name: ceph-cl01tl
|
|
||||||
path: /
|
|
||||||
tls:
|
|
||||||
- secretName: ceph-cl01tl
|
|
||||||
hosts:
|
|
||||||
- ceph-cl01tl
|
|
||||||
rules:
|
|
||||||
- host: ceph-cl01tl
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: rook-ceph-mgr-dashboard
|
|
||||||
port:
|
|
||||||
name: http-dashboard
|
|
||||||
cephBlockPools:
|
cephBlockPools:
|
||||||
- name: ceph-blockpool
|
- name: ceph-blockpool
|
||||||
spec:
|
spec:
|
Reference in New Issue
Block a user