2022-05-11 10:50:05 +00:00
|
|
|
keycloak:
|
|
|
|
enabled: false
|
2022-05-11 14:31:37 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
production: true
|
2024-08-16 13:06:32 +00:00
|
|
|
hostnameStrict: true
|
|
|
|
proxyHeaders: xforwarded
|
2022-11-03 12:20:50 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
auth:
|
|
|
|
adminUser: admin
|
|
|
|
existingSecret: kubezero-auth
|
|
|
|
passwordSecretKey: admin-password
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
pdb:
|
|
|
|
create: false
|
|
|
|
minAvailable: 1
|
2022-05-11 14:31:37 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
resources:
|
2024-08-16 13:06:32 +00:00
|
|
|
limits:
|
|
|
|
#cpu: 750m
|
|
|
|
memory: 768Mi
|
2023-09-06 10:43:03 +00:00
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 512Mi
|
2022-06-21 18:35:35 +00:00
|
|
|
|
2024-08-16 13:06:32 +00:00
|
|
|
metrics:
|
|
|
|
enabled: false
|
|
|
|
serviceMonitor:
|
|
|
|
enabled: true
|
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
postgresql:
|
|
|
|
auth:
|
|
|
|
existingSecret: kubezero-auth
|
|
|
|
username: keycloak
|
|
|
|
database: keycloak
|
2022-06-21 18:35:35 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
primary:
|
|
|
|
persistence:
|
|
|
|
size: 1Gi
|
2022-06-21 18:35:35 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
readReplicas:
|
|
|
|
replicaCount: 0
|
2022-06-21 18:35:35 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
istio:
|
2023-10-02 12:57:25 +00:00
|
|
|
admin:
|
|
|
|
enabled: false
|
|
|
|
gateway: istio-ingress/private-ingressgateway
|
|
|
|
url: ""
|
|
|
|
auth:
|
|
|
|
enabled: false
|
|
|
|
gateway: istio-ingress/ingressgateway
|
|
|
|
url: ""
|