Simple service with posting client ip to postgre

This commit is contained in:
Vbarinov
2023-03-18 05:21:13 +05:30
parent f7d04a4f13
commit ac880ad719
15 changed files with 520 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "playgroud.fullname" . }}
labels:
{{- include "playgroud.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "playgroud.selectorLabels" . | nindent 4 }}