First commit

This commit is contained in:
LeNei
2023-11-05 21:27:36 +01:00
commit 1001e8f8c6
14 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.api.appName }}
spec:
selector:
app: {{ .Values.api.appName }}
type: ClusterIP
ports:
- name: http
port: 80