Update install.sh

添加consul-data pvc挂载
pull/81/head
hifer 2023-08-03 15:32:59 +08:00 committed by GitHub
parent 6fdb143f7d
commit 3695ea4eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ spec:
- name: consul-config
configMap:
name: consul-config
- name: consul-data
persistentVolumeClaim:
claimName: consul-data
containers:
- name: consul
image: 'swr.cn-south-1.myhuaweicloud.com/starsl.cn/consul:latest'