feat: add k3s deployment and service configurations for ok-server

This commit is contained in:
2026-07-25 22:49:46 +02:00
parent cc2c3d4830
commit e6ad9b5077
4 changed files with 101 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: ok-server
spec:
type: LoadBalancer
selector:
app: ok-server
ports:
- port: 8080
targetPort: 8080