Skip to content

Bump deployment api version #1941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion k8s/alertmanager-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: alertmanager
spec:
replicas: 1
selector:
matchLabels:
name: alertmanager
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/configs-db-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: configs-db
namespace: default
spec:
replicas: 1
selector:
matchLabels:
name: configs-db
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/configs-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: configs
spec:
replicas: 1
selector:
matchLabels:
name: configs
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/consul-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: consul
spec:
replicas: 1
selector:
matchLabels:
name: consul
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/distributor-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: distributor
spec:
replicas: 1
selector:
matchLabels:
name: distributor
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/dynamodb-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: dynamodb
spec:
replicas: 1
selector:
matchLabels:
name: dynamodb
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/ingester-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: ingester
spec:
replicas: 1
selector:
matchLabels:
name: ingester

# Ingesters are not ready for at least 1 min
# after creation. This has to be in sync with
Expand Down
5 changes: 4 additions & 1 deletion k8s/memcached-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: memcached
spec:
replicas: 1
selector:
matchLabels:
name: memcached
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/nginx-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
spec:
replicas: 1
selector:
matchLabels:
name: nginx
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/querier-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: querier
spec:
replicas: 1
selector:
matchLabels:
name: querier
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/query-frontend-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: query-frontend
spec:
replicas: 1
selector:
matchLabels:
name: query-frontend
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/retrieval-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ subjects:
name: retrieval
namespace: default
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: retrieval
spec:
replicas: 1
selector:
matchLabels:
name: retrieval
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/ruler-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: ruler
spec:
replicas: 1
selector:
matchLabels:
name: ruler
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/s3-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: s3
spec:
replicas: 1
selector:
matchLabels:
name: s3
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion k8s/table-manager-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: table-manager
spec:
replicas: 1
selector:
matchLabels:
name: table-manager
template:
metadata:
labels:
Expand Down