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

Change the store from mysql to sqlite3 #465

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release/values.production.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
replicaCount: 2

ingress:
enabled: true
annotations:
Expand All @@ -26,7 +24,9 @@ env:
GITPLOY_SERVER_PROTO: https
GITPLOY_ADMIN_USERS: "hanjunlee"
GITPLOY_GITHUB_SCOPES: "public_repo,read:user,read:org"
GITPLOY_STORE_DRIVER: "mysql"

extraSecretNamesForEnvFrom:
- gitploy-prod-secret
- gitploy-prod-secret

persistentVolume:
enabled: true