chore(osx): Added OSX container

This commit is contained in:
Daniël Groothuis
2026-02-02 11:46:29 +01:00
parent 2080d3d913
commit 5a5caf45ee
3 changed files with 14 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: kaneo-api
spec:
type: ClusterIP
selector:
app: kaneo-api
ports:
- port: 1337
targetPort: 1337

View File

@@ -10,5 +10,6 @@ resources:
- api.yaml
- web.yaml
- db.yaml
- services.yaml
- api-svc.yaml
- web-svc.yaml
- ingress.yaml

View File

@@ -1,15 +1,3 @@
# api-service.yaml (unchanged from before)
apiVersion: v1
kind: Service
metadata:
name: kaneo-api
spec:
type: ClusterIP
selector:
app: kaneo-api
ports:
- port: 1337
targetPort: 1337
---
# web-service.yaml (unchanged from before)
apiVersion: v1