作者 Administrator

更新 allied-creation-manufacture.yaml

... ... @@ -10,6 +10,9 @@ spec:
- name: "http"
port: 80
targetPort: 8082
- name: "https"
port: 443
targetPort: 443
selector:
k8s-app: allied-creation-manufacture
---
... ... @@ -48,6 +51,7 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 8082
- containerPort: 443
env:
- name: POSTGRESQL_DB_NAME
valueFrom:
... ...