feat: change user
This commit is contained in:
@@ -5,6 +5,12 @@ booklore:
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
pod:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
@@ -14,6 +20,10 @@ booklore:
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Chicago
|
||||
- name: USER_ID
|
||||
value: 1000
|
||||
- name: GROUP_ID
|
||||
value: 1000
|
||||
- name: DATABASE_URL
|
||||
value: jdbc:mariadb://booklore-mariadb-cluster-primary.booklore:3306/booklore
|
||||
- name: DATABASE_USERNAME
|
||||
|
||||
Reference in New Issue
Block a user