Commit f84770de authored by 张伯涛's avatar 张伯涛

修改

parent 55835340
......@@ -2,24 +2,24 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: rcisoft-NLT
component: rcisoft-NLT
app: rcisoft-nlt
component: rcisoft-nlt
tier: front
name: rcisoft-v2-NLT-deploy
name: rcisoft-v2-nlt-deploy
namespace: rcisoft-v2
spec:
progressDeadlineSeconds: 600
replicas: 1
selector:
matchLabels:
app: rcisoft-NLT
component: rcisoft-NLT
app: rcisoft-nlt
component: rcisoft-nlt
tier: front
template:
metadata:
labels:
app: rcisoft-NLT
component: rcisoft-NLT
app: rcisoft-nlt
component: rcisoft-nlt
tier: front
spec:
volumes:
......@@ -49,7 +49,7 @@ spec:
# timeoutSeconds: 10
# failureThreshold: 30
# periodSeconds: 5
name: rcisoft-v2-NLT
name: rcisoft-v2-nlt
imagePullPolicy: Always
ports:
- containerPort: 8080
......@@ -86,10 +86,10 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: rcisoft-v2-NLT-svc
name: rcisoft-v2-nlt-svc
namespace: rcisoft-v2
labels:
app: rcisoft-NLT
app: rcisoft-nlt
spec:
ports:
- name: tcp-80
......@@ -98,7 +98,7 @@ spec:
targetPort: 80
nodePort: 30302
selector:
app: rcisoft-NLT
component: rcisoft-NLT
app: rcisoft-nlt
component: rcisoft-nlt
tier: front
type: NodePort
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment