Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
feat: complete test of chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 17, 2021
1 parent 39be893 commit a551fb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/sjr/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -11,5 +12,8 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "sjr.fullname" . }}:{{ .Values.service.port }}']
args:
- '-O'
- '-'
- '{{ include "sjr.fullname" . }}:8080/metrics'
restartPolicy: Never

0 comments on commit a551fb2

Please sign in to comment.