Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update deploy manifests to api version apps/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Aug 29, 2018
1 parent 3d94db0 commit e3a1e99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion deploy-helm/helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: flux-helm-operator
spec:
replicas: 1
selector:
matchLabels:
name: flux-helm-operator
strategy:
type: Recreate
template:
Expand Down
5 changes: 4 additions & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: flux
spec:
replicas: 1
selector:
matchLabels:
name: flux
strategy:
type: Recreate
template:
Expand Down
5 changes: 4 additions & 1 deletion deploy/memcache-dep.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
# You can optionally deploy memcache, for the Flux daemon to cache
# container image metadata.
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: memcached
spec:
replicas: 1
selector:
matchLabels:
name: memcached
template:
metadata:
labels:
Expand Down

0 comments on commit e3a1e99

Please sign in to comment.