kube infrastructure

This commit is contained in:
2026-02-28 19:32:29 -06:00
parent 4abce9f36b
commit 1f1bf2540d
6 changed files with 188 additions and 0 deletions

13
kube/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: blog
labels: &labels
app: blog
spec:
ports:
- port: 80
protocol: TCP
targetPort: http
name: http
selector: *labels