Skip to content

Commit

Permalink
feat(installer): transfor influxdb sts to depl (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu authored May 24, 2022
1 parent 799ef59 commit 84ad480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: StatefulSet
kind: Deployment
metadata:
name: influxdb
namespace: tke
Expand All @@ -11,6 +11,8 @@ spec:
selector:
matchLabels:
app: influxdb
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
selector:
matchLabels:
app: tke-registry-api
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit 84ad480

Please sign in to comment.