Commit 78a7bca9 by rafael.michelli

Adds Kubernetes Deployment definition

parent e9ebe4e2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: actuator-sample
spec:
replicas: 2
template:
metadata:
labels:
app: actuator-sample
spec:
containers:
- name: actuator-sample
image: registry.gitlab.com/marcolenzo/actuator-sample
imagePullPolicy: Always
ports:
- containerPort: 8080
imagePullSecrets:
- name: registry.gitlab.com
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment