Add age-api deployment
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Deploy age-api with configMapGenerator for people config (jaidi, ben, sudaporn).
This commit is contained in:
2026-06-28 00:14:25 +10:00
parent 99a95f4e57
commit 93cfc6a62c
8 changed files with 183 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: age-api
namespace: age-api
spec:
internalTrafficPolicy: Cluster
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
app: age-api
sessionAffinity: None
type: ClusterIP