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