Skip to content

Commit

Permalink
remove custom ci test values
Browse files Browse the repository at this point in the history
and use service ones

Signed-off-by: Vitali Quiering <[email protected]>
  • Loading branch information
vquie committed Mar 3, 2023
1 parent f2f5fdc commit c15ff31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions charts/promtail/ci/ingress-values.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions charts/promtail/ci/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ extraPorts:
httpPush:
name: http-push
containerPort: 3500
ingress:
hosts:
- chart-example.local
grpcPush:
name: grpc-push
containerPort: 3600
Expand All @@ -18,8 +21,7 @@ config:
- job_name: syslog
syslog:
listen_address: 0.0.0.0:{{ .Values.extraPorts.syslog.containerPort }}
labels:
job: syslog
labels: job: syslog
relabel_configs:
- source_labels:
- __syslog_message_hostname
Expand Down

0 comments on commit c15ff31

Please sign in to comment.