From a05ea72fc7951adae708161de1bc4517d47ee94f Mon Sep 17 00:00:00 2001 From: yukonet Date: Tue, 25 Jun 2024 16:20:33 +0300 Subject: [PATCH] xrp fullnode upd --- charts/shkeeper/Chart.yaml | 2 +- .../shkeeper/templates/deployments/xrp-fullnode.yaml | 7 ------- .../persistentvolumeclaims/xrp-fullnode.yaml | 12 ------------ 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 charts/shkeeper/templates/persistentvolumeclaims/xrp-fullnode.yaml diff --git a/charts/shkeeper/Chart.yaml b/charts/shkeeper/Chart.yaml index b892e85..2cb0681 100644 --- a/charts/shkeeper/Chart.yaml +++ b/charts/shkeeper/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.13 +version: 1.4.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/shkeeper/templates/deployments/xrp-fullnode.yaml b/charts/shkeeper/templates/deployments/xrp-fullnode.yaml index 9eeb153..d591467 100644 --- a/charts/shkeeper/templates/deployments/xrp-fullnode.yaml +++ b/charts/shkeeper/templates/deployments/xrp-fullnode.yaml @@ -33,15 +33,8 @@ spec: - name: xrp-fullnode-config mountPath: /config/validators.txt subPath: validators.txt - volumeMounts: - - name: xrp-datadir - mountPath: /var/lib/rippled - volumes: - - name: xrp-datadir - persistentVolumeClaim: - claimName: xrp-datadir - name: xrp-fullnode-config configMap: name: xrp-fullnode-config diff --git a/charts/shkeeper/templates/persistentvolumeclaims/xrp-fullnode.yaml b/charts/shkeeper/templates/persistentvolumeclaims/xrp-fullnode.yaml deleted file mode 100644 index 12cd18e..0000000 --- a/charts/shkeeper/templates/persistentvolumeclaims/xrp-fullnode.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: xrp-datadir - namespace: {{ .Values.namespace }} -spec: - storageClassName: {{ .Values.storageClassName }} - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1000Gi \ No newline at end of file