chore(osx): Added OSX container
This commit is contained in:
12
manifests/artemis/kaneo/api-svc.yaml
Normal file
12
manifests/artemis/kaneo/api-svc.yaml
Normal 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
|
||||
@@ -10,5 +10,6 @@ resources:
|
||||
- api.yaml
|
||||
- web.yaml
|
||||
- db.yaml
|
||||
- services.yaml
|
||||
- api-svc.yaml
|
||||
- web-svc.yaml
|
||||
- ingress.yaml
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user