move openbao's data volume to lvm
This commit is contained in:
@@ -60,21 +60,27 @@ spec:
|
|||||||
|
|
||||||
service_registration "kubernetes" {}
|
service_registration "kubernetes" {}
|
||||||
replicas: 1
|
replicas: 1
|
||||||
# Mount TLS cert to container
|
# Disable chart's data storage setting and add data volume manually
|
||||||
|
dataStorage:
|
||||||
|
enabled: false
|
||||||
volumes:
|
volumes:
|
||||||
|
# Mount TLS cert to container
|
||||||
- name: tls
|
- name: tls
|
||||||
secret:
|
secret:
|
||||||
secretName: openbao-lumpiasty-xyz
|
secretName: openbao-lumpiasty-xyz
|
||||||
|
- name: data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: openbao-volume-lvmhdd
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tls
|
- name: tls
|
||||||
mountPath: /tls
|
mountPath: /tls
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: data
|
||||||
|
mountPath: /openbao/data
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ipFamilyPolicy: RequireDualStack
|
ipFamilyPolicy: RequireDualStack
|
||||||
dataStorage:
|
|
||||||
storageClass: mayastor-single-hdd
|
|
||||||
csi:
|
csi:
|
||||||
enabled: true
|
enabled: true
|
||||||
injector:
|
injector:
|
||||||
|
|||||||
Reference in New Issue
Block a user