This commit is contained in:
2023-03-03 23:02:51 +03:00
parent 964f7e9c5d
commit 93c81fddb9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
name: Build name: Build
on: [ push ] on: [push]
jobs: jobs:

View File

@@ -10,6 +10,6 @@ spec:
containers: containers:
- name: wget - name: wget
image: busybox image: busybox
command: [ 'wget' ] command: ['wget']
args: [ '{{ include "common.fullname" . }}:{{ .Values.service.port }}' ] args: ['{{ include "common.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never restartPolicy: Never