update deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-11 16:43:08 +02:00
parent 4825f54c89
commit 9cfaf5857b
6 changed files with 26 additions and 26 deletions

View File

@@ -1,29 +1,29 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: output-service-rdb
name: sample-service
namespace: birbnetes
labels:
app: output-service-rdb
app: sample-service
spec:
replicas: 1
selector:
matchLabels:
app: output-service-rdb
app: sample-service
strategy:
type: Recreate
template:
metadata:
labels:
app: output-service-rdb
app: sample-service
spec:
containers:
- image: registry.kmlabz.com/birbnetes/output-service-rdb
- image: registry.kmlabz.com/birbnetes/sample-service
imagePullPolicy: Always
name: output-service-rdb
name: sample-service
envFrom:
- configMapRef:
name: output-service-rdb-config
name: sample-service-config
ports:
- containerPort: 8080
imagePullSecrets: