From db912bfd7625dcd691af648c7ff767d6062460a2 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Mon, 24 Oct 2022 14:58:22 -0400 Subject: [PATCH] Update generated-by-copilot-ops1.yaml --- .../generated-by-copilot-ops1.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/generated-by-copilot-ops/generated-by-copilot-ops1.yaml b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml index abbb1cd..c52dd0f 100644 --- a/generated-by-copilot-ops/generated-by-copilot-ops1.yaml +++ b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml @@ -1,19 +1,23 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: jupyter-notebook + creationTimestamp: null + labels: + app: nginx + name: nginx spec: replicas: 1 selector: matchLabels: - app: jupyter-notebook + app: nginx + strategy: {} template: metadata: + creationTimestamp: null labels: - app: jupyter-notebook + app: nginx spec: containers: - - name: jupyter-notebook - image: jupyter/tensorflow-notebook - ports: - - containerPort: 8888 + - image: nginx + name: nginx + resources: {}