diff --git a/consul-deployment.yaml b/consul-deployment.yaml index 32a6735..434352d 100644 --- a/consul-deployment.yaml +++ b/consul-deployment.yaml @@ -2,13 +2,17 @@ apiVersion: apps/v1 kind: Deployment metadata: name: consul + labels: + app: consul spec: replicas: 1 selector: matchLabels: - io.kompose.service: consul + app: consul template: metadata: + labels: + app: consul spec: containers: - image: hashicorp/consul:1.20