Initial commit

This commit is contained in:
2024-11-06 06:58:05 +00:00
commit b8891c2a2b
10 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: kickstart
labels:
app: kickstart
spec:
type: ClusterIP
selector:
app: kickstart
ports:
- name: http
port: 80
targetPort: 8080