Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit f06f8ea

Browse files
author
Noah Lee
authoredJul 30, 2022
Change the store into sqlite (#465)
1 parent bb423b3 commit f06f8ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎release/values.production.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
replicaCount: 2
2-
31
ingress:
42
enabled: true
53
annotations:
@@ -26,7 +24,9 @@ env:
2624
GITPLOY_SERVER_PROTO: https
2725
GITPLOY_ADMIN_USERS: "hanjunlee"
2826
GITPLOY_GITHUB_SCOPES: "public_repo,read:user,read:org"
29-
GITPLOY_STORE_DRIVER: "mysql"
3027

3128
extraSecretNamesForEnvFrom:
32-
- gitploy-prod-secret
29+
- gitploy-prod-secret
30+
31+
persistentVolume:
32+
enabled: true

0 commit comments

Comments
 (0)
This repository has been archived.