Skip to content

Commit

Permalink
Updated CRS for for Result
Browse files Browse the repository at this point in the history
Fix the Results CRS with a saner configuration.
  • Loading branch information
khrm authored and tekton-robot committed Jun 15, 2023
1 parent aa8799c commit f37af4e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ spec:
logs_api: true
log_level: debug
db_port: 5432
db_user: result
db_host: tekton-results-postgres-service.tekton-pipelines.svc.cluster.local
logging_pvc_name: tekton-logs
logs_path: /logs
logs_type: File
logs_buffer_size: 32768
no_auth: true
auth_disable: true
tls_hostname_override: tekton-results-api-service.tekton-pipelines.svc.cluster.local
db_enable_auto_migration: true
server_port: 8080
prometheus_port: 9090
14 changes: 14 additions & 0 deletions config/crs/openshift/result/operator_v1alpha1_result_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ metadata:
name: result
spec:
targetNamespace: openshift-pipelines
logs_api: true
log_level: debug
db_port: 5432
db_user: result
db_host: tekton-results-postgres-service.openshift-pipelines.svc.cluster.local
logging_pvc_name: tekton-logs
logs_path: /logs
logs_type: File
logs_buffer_size: 32768
auth_disable: true
tls_hostname_override: tekton-results-api-service.openshift-pipelines.svc.cluster.local
db_enable_auto_migration: true
server_port: 8080
prometheus_port: 9090

0 comments on commit f37af4e

Please sign in to comment.