Added template for apps

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-29 19:03:02 -04:00
parent 7ad308376e
commit 439d3d415d
6 changed files with 107 additions and 0 deletions

13
apps/template/svc.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: app
spec:
type: NodePort
selector:
app.kubernetes.io/name: app
ports:
- protocol: TCP
port: 80
targetPort: 1234
name: http