Skip to content

Commit

Permalink
Update configmap.yaml, enable server compression
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Oct 23, 2024
1 parent afd5c05 commit b6c0bc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helm/tiamat/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ data:
# pubsub
spring.cloud.gcp.project-id={{ .Values.configMap.pubsubProjectId }}
changelog.topic.name={{ .Values.configMap.pubsbuTopicName }}
changelog.topic.name={{ .Values.configMap.pubsbuTopicName }}
# Compression
server.compression.enabled=true
server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain

0 comments on commit b6c0bc6

Please sign in to comment.