diff --git a/deployment-2.yaml b/deployment-2.yaml new file mode 100644 index 0000000..dbc39a4 --- /dev/null +++ b/deployment-2.yaml @@ -0,0 +1,24 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + app: http-bin + name: http-bin +spec: + replicas: 1 + selector: + matchLabels: + app: http-bin + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: http-bin + spec: + containers: + - image: kennethreitz/httpbin + name: httpbin + resources: {} +status: {}