You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
460 B

---
apiVersion: v1
kind: Service
metadata:
name: backend
namespace: dev-environment
spec:
selector:
app: trialytix
ports:
- name: trialytix-back
port: 5100
targetPort: trialytix-back
type: NodePort
---
apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: dev-environment
spec:
selector:
app: trialytix
ports:
- name: trialytix-front
port: 8100
targetPort: trialytix-front
type: NodePort