helm rename + cleanup + terraform files + ansible

This commit is contained in:
2020-03-03 12:36:06 +01:00
parent 9fc9b91935
commit 1eaa25acc8
26 changed files with 169 additions and 36007 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "hello.fullname" . }}-test-connection"
labels:
{{- include "hello.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "hello.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never