Skip to content

Commit 0c1839d

Browse files
acies312orchestr7
andauthored
Feature/updated deployment instr (#2877)
* updated local deployment instruction * updated local deployment instruction * added info about s3-secrets * Update README.md edited instructions for s3-secrets * Update README.md * Update README.md --------- Co-authored-by: Andrey Kuleshov <[email protected]>
1 parent f6d43b1 commit 0c1839d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

save-cloud-charts/save-cloud/values-minikube.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,50 @@ s3:
4848
endpoint: http://s3
4949

5050
# dependencies
51+
52+
storage:
53+
storageClassName: csi-hostpath-sc
54+
size: 24Gi
55+
annotations:
56+
everest.io/disk-volume-type: SAS
57+
volume.beta.kubernetes.io/storage-provisioner: hostpath.csi.k8s.io
58+
59+
reposStorage:
60+
storageClassName: csi-hostpath-sc
61+
annotations:
62+
everest.io/disk-volume-type: SAS
63+
volume.beta.kubernetes.io/storage-provisioner: hostpath.csi.k8s.io
64+
65+
neo4j:
66+
enabled: true
67+
neo4j:
68+
password: DiktatTestNeo4j@123
69+
ingress:
70+
enabled: true
71+
annotations:
72+
kubernetes.io/ingress.class: cce
73+
kubernetes.io/elb.class: union
74+
kubernetes.io/elb.id: '2a4f9875-39dd-4140-abf0-4b9bf710880a'
75+
kubernetes.io/elb.ip: '119.8.236.175'
76+
kubernetes.io/elb.port: '7687'
77+
svc:
78+
spec:
79+
type: NodePort
80+
volumes:
81+
data:
82+
# REQUIRED: specify a volume mode to use for data
83+
# Valid values are share|selector|defaultStorageClass|volume|volumeClaimTemplate|dynamic
84+
# To get up-and-running quickly, for development or testing, use "defaultStorageClass" for a dynamically provisioned volume of the default storage class.
85+
mode: "volume"
86+
87+
# Only used if mode is set to "volume"
88+
# Provide an explicit volume to use
89+
volume:
90+
# If set an init container (running as root) will be added that runs:
91+
# `chown -R <securityContext.fsUser>:<securityContext.fsGroup>` AND `chmod -R g+rwx`
92+
# on the volume. This is useful for some filesystems (e.g. NFS) where Kubernetes fsUser or fsGroup settings are not respected
93+
setOwnerAndGroupWritableFilePermissions: false
94+
95+
# Example (using a specific Persistent Volume Claim)
96+
persistentVolumeClaim:
97+
claimName: data-neo4j-0

0 commit comments

Comments
 (0)