Primer commit

This commit is contained in:
2025-05-03 22:43:39 +00:00
commit 2c8f151b46
6 changed files with 93 additions and 0 deletions

11
services/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: external-router-svc
namespace: external
spec:
selector:
app: router-proxy
ports:
- port: 80
targetPort: 80