diff --git a/deployment.yml b/deployment.yml new file mode 100644 index 000000000..7c77fbbc1 --- /dev/null +++ b/deployment.yml @@ -0,0 +1,26 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + app: test2 + name: test2 +spec: + replicas: 1 + selector: + matchLabels: + app: test1 + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: test2 + spec: + containers: + - image: gridacr1246213.azurecr.io/grid-capstone:5f73f01916265eb683c41760566961d4b8602568 + name: hello-world + resources: {} + imagePullSecrets: + - name: tokensecret +status: {} \ No newline at end of file