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 committed Apr 7, 2023
1 parent 5e45a35 commit 8456fc7
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 @@ -10,6 +10,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 8456fc7

Please sign in to comment.