Skip to content

Commit

Permalink
✨ (ascii-movie): Exclude logs from probes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 14, 2023
1 parent 6cabf96 commit 7a946b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/ascii-movie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ annotations:
artifacthub.io/changes: |-
- kind: added
description: Add SSH host key config
- kind: added
description: Exclude probe logs
- kind: added
description: Add example envs
- kind: changed
Expand Down
2 changes: 2 additions & 0 deletions charts/ascii-movie/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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_GATEWAY: "true"

{{- 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 7a946b3

Please sign in to comment.