feat(ops): kubernetes deployment

This commit is contained in:
2025-07-20 22:28:20 +00:00
parent 9c8693ea55
commit f3ac083f3e
7 changed files with 163 additions and 0 deletions

13
microblogpub-service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: microblogpub
namespace: microblogpub
spec:
type: ClusterIP
selector:
app: microblogpub
ports:
- port: 80
targetPort: 8000
name: http