Skip to content

Commit

Permalink
🔧 (ascii-movie): Tweak log exclusion duration flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 14, 2023
1 parent 6a366b9 commit c38bef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ascii-movie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ annotations:
- kind: changed
description: Update ghcr.io/gabe565/ascii-movie Docker tag to v1.3.1
- kind: added
description: Exclude probe logs via 0s disconnect flag instead of gateway IP
description: Exclude probe logs via duration flag instead of gateway IP
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/ascii-movie
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-movie/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
ASCII_MOVIE_TELNET_ENABLED: {{ .Values.service.main.ports.telnet.enabled }}
ASCII_MOVIE_TELNET_ADDRESS: :{{ .Values.service.main.ports.telnet.port }}

ASCII_MOVIE_LOG_EXCLUDE_0S: "true"
ASCII_MOVIE_LOG_EXCLUDE_FASTER: "100ms"

{{- if or .Values.service.main.ports.ssh.enabled .Values.secrets.ssh.enabled }}
ASCII_MOVIE_SSH_HOST_KEY: /etc/ssh/ssh_host_rsa_key,/etc/ssh/ssh_host_ed25519_key
Expand Down

0 comments on commit c38bef7

Please sign in to comment.