Skip to content

Commit 7bfad03

Browse files
authored
k8s部署的配置文件修改为config.docker.yaml (#1277)
1 parent 9dacd70 commit 7bfad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/server/gva-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- containerPort: 8888
3030
name: http
3131
volumeMounts:
32-
- mountPath: /go/src/github.com/flipped-aurora/gin-vue-admin/server/config.yaml
32+
- mountPath: /go/src/github.com/flipped-aurora/gin-vue-admin/server/config.docker.yaml
3333
name: config
3434
subPath: config.yaml
3535
- mountPath: /etc/localtime

0 commit comments

Comments
 (0)