implement class logo
All checks were successful
Build and Publish / check-chart (push) Successful in 20s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m55s

This commit is contained in:
2025-07-08 16:28:53 -04:00
parent bfcebb63c5
commit 1e8d3abf8a
14 changed files with 1715 additions and 22 deletions

View File

@ -7,9 +7,9 @@ opts:
factType: random
# go-app config
name: Demo go-app
name: Class App
logging:
format: console
format: json
level: trace
enabled: true
otel:
@ -17,12 +17,12 @@ otel:
stdoutEnabled: false
http:
enabled: true
listen: :8080
listen: :18080
logRequests: true
grpc:
enabled: true
enableReflection: true
listen: :8081
listen: :18081
grpcGatewayPath: /api
enableGRPCGateway: true
enableInstrumentation: true