Skip to content
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

fix(installer): install through installer sucess #2262

Merged
merged 11 commits into from
Apr 19, 2023
Prev Previous commit
Next Next commit
feat(installer): transfor influxdb sts to depl (#1959)
  • Loading branch information
Leo Ryu committed Apr 7, 2023
commit 8456fc7a23fd8349c8b626fa884c489455730190
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