作者 Administrator

更新 allied-creation-user.yaml

... ... @@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: allied-creation-user
namespace: mmm-suplus-test
namespace: mmm-suplus-prd
labels:
k8s-app: allied-creation-user
spec:
... ... @@ -20,7 +20,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: allied-creation-user
namespace: mmm-suplus-test
namespace: mmm-suplus-prd
labels:
k8s-app: allied-creation-user
spec:
... ... @@ -47,7 +47,7 @@ spec:
- cn-hangzhou.i-bp1hyp5oips9cdwxxgxy
containers:
- name: allied-creation-user
image: 192.168.0.243:5000/mmm/allied-creation-user:dev
image: 192.168.0.243:5000/mmm/allied-creation-user:master
imagePullPolicy: Always
ports:
- containerPort: 8082
... ... @@ -104,7 +104,7 @@ spec:
- name: HTTP_PORT
value: "8082"
- name: SERVICE_ENV
value: "test"
value: "prd"
- name: REDIS_HOST
valueFrom:
configMapKeyRef:
... ...