add base storage
This commit is contained in:
@@ -13,13 +13,13 @@ local-path-provisioner:
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
nodePathMap:
|
||||
- node: talos-5zy-00y
|
||||
- node: talos-2di-ktg
|
||||
paths:
|
||||
- /var/local-path-provisioner
|
||||
- node: talos-6ht-r95
|
||||
- node: talos-9vs-6hh
|
||||
paths:
|
||||
- /var/local-path-provisioner
|
||||
- node: talos-q4m-8t4
|
||||
- node: talos-f88-7tr
|
||||
paths:
|
||||
- /var/local-path-provisioner
|
||||
affinity:
|
||||
@@ -30,9 +30,9 @@ local-path-provisioner:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: In
|
||||
values:
|
||||
- talos-5zy-00y
|
||||
- talos-6ht-r95
|
||||
- talos-q4m-8t4
|
||||
- talos-2di-ktg
|
||||
- talos-9vs-6hh
|
||||
- talos-f88-7tr
|
||||
configmap:
|
||||
name: local-path-config
|
||||
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:
|
||||
readAffinity:
|
||||
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:
|
||||
- name: ceph-blockpool
|
||||
spec:
|
Reference in New Issue
Block a user