chore: add k8s manifests for Argo CD

This commit is contained in:
kaffa
2026-03-12 13:58:06 +09:00
parent 2743ebd1d1
commit 0916b1d3a4

12
k8s/service.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: namecheap-api
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8000
selector:
app: namecheap-api
type: ClusterIP