diff --git a/Deployment.yaml b/Deployment.yaml new file mode 100644 index 0000000..db64ec1 --- /dev/null +++ b/Deployment.yaml @@ -0,0 +1,20 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: spring-boot-app + labels: + app: spring-boot-app +spec: + replicas: 2 + selector: + matchLabels: + app: spring-boot-app + template: + metadata: + labels: + app: spring-boot-app + spec: + containers: + - name: spring-boot-app + image: 127.0.0.1:8088/github_project/springboot-deepar-template:47 +