add helm chart

This commit is contained in:
kandrusyak
2023-06-30 17:52:44 +03:00
parent 827b8231a6
commit 199cdbe8d9
10 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.app.fullName }}
namespace: default
spec:
ports:
- port: {{ .Values.app.server.port }}
protocol: TCP
targetPort: {{ .Values.app.server.port }}
selector:
app: {{ .Values.app.fullName }}
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}