mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
19 lines
320 B
YAML
19 lines
320 B
YAML
admin:
|
|
enabled: true
|
|
type: ClusterIP
|
|
|
|
# Stub config to make the instance become ready
|
|
dblessConfig:
|
|
config: |
|
|
_format_version: "1.1"
|
|
services:
|
|
- name: example.com
|
|
url: http://example.com
|
|
routes:
|
|
- name: example
|
|
paths:
|
|
- "/example"
|
|
|
|
ingressController:
|
|
enabled: false
|