Skip to content

Commit

Permalink
Merge pull request #562 from dataswift/dev
Browse files Browse the repository at this point in the history
Release lastest changes from dev
  • Loading branch information
pperzyna authored Oct 26, 2021
2 parents c56541f + d51adf7 commit c686797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/hat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/hat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ spec:
tcpSocket:
port: http
readinessProbe:
tcpSocket:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 30
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
5 changes: 2 additions & 3 deletions hat/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include "base.conf"
include "cache.conf"
include "play.conf"

logging.exclude.paths=["\/healthcheck", "\/metrics","\/$","\/assets"]
logging.exclude.paths=["\/healthz", "\/metrics","\/$","\/assets"]

playguard {
# the http header to use for the client IP address.
Expand Down Expand Up @@ -153,8 +153,7 @@ mailer {
mock = ${?MAILER_MOCK}
}

play-prometheus-filters.exclude.paths = ["/metrics"]
# play-prometheus-filters.exclude.paths = ["/test"]
play-prometheus-filters.exclude.paths = ["/metrics", "/healthz"]
play-prometheus-filters.metric.resolution = "milliseconds"

include "she.conf"
Expand Down

0 comments on commit c686797

Please sign in to comment.