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: {}