diff --git a/endpoints/getting-started/container-engine.yaml b/endpoints/getting-started/container-engine.yaml index f3000ec2551..4b59e88a6ef 100644 --- a/endpoints/getting-started/container-engine.yaml +++ b/endpoints/getting-started/container-engine.yaml @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - apiVersion: v1 kind: Service metadata: @@ -23,9 +22,6 @@ spec: targetPort: 8080 protocol: TCP name: http - - port: 443 - protocol: TCP - name: https selector: app: esp-echo type: LoadBalancer @@ -41,30 +37,20 @@ spec: labels: app: esp-echo spec: - volumes: - - name: nginx-ssl - secret: - secretName: nginx-ssl containers: # [START esp] - name: esp image: b.gcr.io/endpoints/endpoints-runtime:0.3 args: [ "-p", "8080", - "-S", "443", "-a", "127.0.0.1:8081", "-s", "SERVICE_NAME", "-v", "SERVICE_VERSION", ] # [END esp] ports: - - containerPort: 8080 - - containerPort: 443 - volumeMounts: - - mountPath: /etc/nginx/ssl - name: nginx-ssl - readOnly: true + - containerPort: 8080 - name: echo image: gcr.io/google-samples/echo-python:1.0 ports: - - containerPort: 8081 + - containerPort: 8081