mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
* Added k8s deployment * Make helm chart dependent on xmidt-* helm charts * Change repo user to xmidt * Update Readme
32 lines
463 B
YAML
32 lines
463 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: petasos-nodeport
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 6400
|
|
selector:
|
|
app: xmidt-app-petasos
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: tr1d1um-nodeport
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 6100
|
|
selector:
|
|
app: xmidt-app-tr1d1um
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: scytale-nodeport
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 6300
|
|
selector:
|
|
app: xmidt-app-scytale |