Add Harbor/Ceph runbooks and align single-node Ceph docs with abr deployment.
Document registry ingress split, image mirroring, loop OSD setup, and platform integration paths.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{- if .Values.objectStore.claimName }}
|
||||
apiVersion: objectbucket.io/v1alpha1
|
||||
kind: ObjectBucketClaim
|
||||
metadata:
|
||||
name: {{ .Values.objectStore.claimName }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
labels:
|
||||
{{- include "cloudhost-ceph.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
helm.sh/hook: post-install,post-upgrade
|
||||
helm.sh/hook-weight: "5"
|
||||
spec:
|
||||
storageClassName: {{ .Values.objectStore.bucketStorageClass | quote }}
|
||||
generateBucketName: {{ .Values.objectStore.generateBucketName | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user