This commit is contained in:
27
k8s/deployment.yml
Normal file
27
k8s/deployment.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: output-service-rdb
|
||||
namespace: birbnetes
|
||||
labels:
|
||||
app: output-service-rdb
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: output-service-rdb
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: output-service-rdb
|
||||
spec:
|
||||
containers:
|
||||
- image: registry.kmlabz.com/tormakris/output-service-rdb
|
||||
name: output-service-rdb
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: output-service-rdb-config
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
Reference in New Issue
Block a user