|
@@ -18,16 +18,6 @@ spec:
|
|
|
|
|
|
---
|
|
|
apiVersion: v1
|
|
|
-kind: ConfigMap
|
|
|
-metadata:
|
|
|
- name: bdtp-digital-front
|
|
|
- labels:
|
|
|
- name: bdtp-digital-front
|
|
|
-data:
|
|
|
-
|
|
|
-
|
|
|
----
|
|
|
-apiVersion: v1
|
|
|
kind: Service
|
|
|
metadata:
|
|
|
name: bdtp-digital-front
|
|
@@ -77,9 +67,6 @@ spec:
|
|
|
- name: config
|
|
|
mountPath: /etc/nginx/nginx.conf
|
|
|
subPath: path/to/nginx.conf.js
|
|
|
- - name: vueconf
|
|
|
- mountPath: /usr/persagy/saas-web/bdtp-digital-front/vue.config.js
|
|
|
- subPath: path/to/vue.config.js
|
|
|
volumes:
|
|
|
- name: config
|
|
|
configMap:
|
|
@@ -87,11 +74,4 @@ spec:
|
|
|
defaultMode: 0777
|
|
|
items:
|
|
|
- key: nginx.conf
|
|
|
- path: path/to/nginx.conf.js
|
|
|
- - name: vueconf
|
|
|
- configMap:
|
|
|
- name: bdtp-digital-front
|
|
|
- defaultMode: 0777
|
|
|
- items:
|
|
|
- - key: vue.config.js
|
|
|
- path: path/to/vue.config.js
|
|
|
+ path: path/to/nginx.conf.js
|