openproject readOnlyRootFilesystem false
This commit is contained in:
@@ -6,4 +6,4 @@ metadata:
|
|||||||
namespace: openproject
|
namespace: openproject
|
||||||
stringData:
|
stringData:
|
||||||
postgres-password: InnoHubPostgres_2025
|
postgres-password: InnoHubPostgres_2025
|
||||||
passwort: InnoProjectDB_2025
|
password: InnoProjectDB_2025
|
||||||
|
|||||||
@@ -13,15 +13,6 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
develop: false
|
develop: false
|
||||||
#env:
|
|
||||||
# - name: EMAIL_DELIVERY_METHOD
|
|
||||||
# value: "smtp"
|
|
||||||
# - name: SMTP_ADDRESS
|
|
||||||
# value: smtp://192.168.4.125:25?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false
|
|
||||||
# - name: SMTP_PORT
|
|
||||||
# value: "25"
|
|
||||||
# - name: SMTP_DOMAIN
|
|
||||||
# value: "innovation-hub-niedersachsen.de"
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
@@ -46,12 +37,18 @@ spec:
|
|||||||
password_reset: "false"
|
password_reset: "false"
|
||||||
name: "OpenProject Admin"
|
name: "OpenProject Admin"
|
||||||
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
||||||
|
openproject.useTmpVolumes: "false"
|
||||||
|
memcached:
|
||||||
|
global:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
containerSecurityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: true
|
||||||
accessModes:
|
accessModes:
|
||||||
- "ReadWriteOnce"
|
- "ReadWriteOnce"
|
||||||
s3:
|
s3:
|
||||||
enabled: true
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
||||||
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
||||||
@@ -60,21 +57,9 @@ spec:
|
|||||||
postgresql:
|
postgresql:
|
||||||
bundled: true
|
bundled: true
|
||||||
auth:
|
auth:
|
||||||
# username: "openproject"
|
|
||||||
# database: "openproject"
|
|
||||||
# password: "InnoProjectDB_2025"
|
|
||||||
# postgresPassword: "InnoHubPostgres_2025"
|
|
||||||
existingSecret: "postgresql-secret"
|
existingSecret: "postgresql-secret"
|
||||||
# secretKeys:
|
global:
|
||||||
# adminPasswordKey: "InnoHubPostgres_2025"
|
readOnlyRootFilesystem: false
|
||||||
# userPasswordKey: "InnoProjectDB_2025"
|
|
||||||
# options:
|
|
||||||
# pool:
|
|
||||||
# maxConnections: 30
|
|
||||||
# minConnections: 20
|
|
||||||
# connectionTimeoutMillis: 20000
|
|
||||||
# idleTimeoutMillis: 100000
|
|
||||||
# maxLifetimeMillis: 6000000
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: openproject
|
namespace: openproject
|
||||||
|
|||||||
Reference in New Issue
Block a user