Added gitlab-ci.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-07 11:25:40 +04:00
parent 1a506035ea
commit d9e945ee92
22 changed files with 582 additions and 49 deletions

View File

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