fix
This commit is contained in:
		| @@ -30,19 +30,19 @@ spec: | |||||||
|         ports: |         ports: | ||||||
|         - containerPort: 9200 |         - containerPort: 9200 | ||||||
|         volumeMounts: |         volumeMounts: | ||||||
|         - name: ocis-config |         - name: config | ||||||
|           mountPath: /etc/ocis |           mountPath: /etc/ocis | ||||||
|         # - name: ocis-config-file |         # - name: ocis-config-file | ||||||
|         #   mountPath: /etc/ocis/config.yaml |         #   mountPath: /etc/ocis/config.yaml | ||||||
|         - name: ocis-data |         - name: data | ||||||
|           mountPath: /var/lib/ocis |           mountPath: /var/lib/ocis | ||||||
|       volumes: |       volumes: | ||||||
|       # - name: ocis-config |       # - name: ocis-config | ||||||
|       #   persistentVolumeClaim: |       #   persistentVolumeClaim: | ||||||
|       #     claimName: ocis-config |       #     claimName: ocis-config | ||||||
|       - name: ocis-config |       - name: config | ||||||
|         secret: |         secret: | ||||||
|           secretName: ocis-config |           secretName: ocis-config | ||||||
|       - name: ocis-data |       - name: data | ||||||
|         persistentVolumeClaim: |         persistentVolumeClaim: | ||||||
|           claimName: ocis-data |           claimName: ocis | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user