Skip to content

Commit

Permalink
k8s部署的配置文件修改为config.docker.yaml (flipped-aurora#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lincome committed Nov 10, 2022
1 parent 6fb278c commit cdcd359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/server/gva-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- containerPort: 8888
name: http
volumeMounts:
- mountPath: /go/src/github.com/flipped-aurora/gin-vue-admin/server/config.yaml
- mountPath: /go/src/github.com/flipped-aurora/gin-vue-admin/server/config.docker.yaml
name: config
subPath: config.yaml
- mountPath: /etc/localtime
Expand Down

0 comments on commit cdcd359

Please sign in to comment.