...
|
...
|
@@ -10,9 +10,6 @@ spec: |
|
|
- name: "http"
|
|
|
port: 80
|
|
|
targetPort: 8082
|
|
|
- name: "https"
|
|
|
port: 443
|
|
|
targetPort: 443
|
|
|
selector:
|
|
|
k8s-app: allied-creation-gateway
|
|
|
---
|
...
|
...
|
@@ -51,7 +48,6 @@ spec: |
|
|
imagePullPolicy: Always
|
|
|
ports:
|
|
|
- containerPort: 8082
|
|
|
- containerPort: 443
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
...
|
...
|
|