This commit is contained in:
Julien Cabillot
2021-06-24 16:32:53 -04:00
parent afa305eb4f
commit 257b730991
10 changed files with 371 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "ip.fullname" . }}
labels:
{{- include "ip.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "ip.selectorLabels" . | nindent 4 }}