Initial Commit

This commit is contained in:
2025-02-22 16:08:08 +00:00
commit 5350b77e93
257 changed files with 12568 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: {{ .Values.appName }}
name: {{ .Values.appName }}-svc
spec:
ports:
- name: 80-80
port: 80
protocol: TCP
targetPort: 80
selector:
app: {{ .Values.appName }}
svc: web
type: ClusterIP