feat(chart): add kubernetes helm chart

This commit is contained in:
2022-11-14 17:59:57 +00:00
parent 99567edfc4
commit 4e36d51dc1
13 changed files with 424 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "casecmp.fullname" . }}
labels:
{{- include "casecmp.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "casecmp.selectorLabels" . | nindent 4 }}