This commit is contained in:
keyhan
2026-04-05 15:22:01 +03:30
commit 33be1649c4
82 changed files with 23956 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: "{{appName}}"
namespace: "{{namespace}}"
labels:
app: "{{appName}}"
managed-by: cloudhost
spec:
selector:
app: "{{appName}}"
ports:
- port: 80
targetPort: {{port}}
protocol: TCP
type: ClusterIP