Torma Kristóf
3c521fcba8
All checks were successful
continuous-integration/drone/push Build is passing
24 lines
454 B
YAML
24 lines
454 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: api-gateway
|
|
namespace: birbnetes
|
|
labels:
|
|
app: api-gateway
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: api-gateway
|
|
strategy:
|
|
type: Recreate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: api-gateway
|
|
spec:
|
|
containers:
|
|
- image: registry.kmlabz.com/tormakris/api-gateway
|
|
name: api-gateway
|
|
ports:
|
|
- containerPort: 8080 |