diff --git a/jafner-dev/first-deployment.yaml b/jafner-dev/first-deployment.yaml new file mode 100644 index 0000000..673c7a5 --- /dev/null +++ b/jafner-dev/first-deployment.yaml @@ -0,0 +1,19 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: 5etools +spec: + selector: + matchLabels: + app: 5etools + replicas: 2 + template: + metadata: + labels: + app: 5etools + spec: + containers: + - name: 5etools + image: jafner/5etools-docker + ports: + - containerPort: 80