mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
open-appsec helm chart update Mon Feb 12 17:56:07 IST 2024
This commit is contained in:
@@ -11,6 +11,9 @@ ingressController:
|
||||
timeoutSeconds: 5
|
||||
env:
|
||||
anonymous_reports: "false"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: env-config
|
||||
customEnv:
|
||||
TZ: "Europe/Berlin"
|
||||
watchNamespaces:
|
||||
@@ -23,6 +26,9 @@ postgresql:
|
||||
env:
|
||||
anonymous_reports: "off"
|
||||
database: "postgres"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: env-config
|
||||
# - ingress resources are created without hosts
|
||||
admin:
|
||||
ingress:
|
||||
@@ -63,3 +69,11 @@ deployment:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "64Mi"
|
||||
|
||||
extraObjects:
|
||||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: env-config
|
||||
data:
|
||||
test-env: test
|
||||
|
Reference in New Issue
Block a user