mirror of
https://github.com/vallard/drone-kube.git
synced 2026-06-04 10:15:26 +08:00
20 lines
427 B
YAML
20 lines
427 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: pipeline-registry
|
|
spec:
|
|
replicas: 3
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: pipeline-registry
|
|
spec:
|
|
containers:
|
|
- name: pipeline-registry
|
|
image: vallard/pipeline-registry:{{ build.number }}
|
|
env:
|
|
- name: PIPELINE_REGISTRY
|
|
value: registry.cluster.local
|
|
ports:
|
|
- containerPort: 3000
|