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.
CoreID/deploy/2-service.yaml

25 lines
332 B

---
apiVersion: v1
kind: Service
metadata:
name: coreid-web
namespace: starship
spec:
selector:
app: coreid
ports:
- port: 80
targetPort: 8000
---
apiVersion: v1
kind: Service
metadata:
name: coreid-ldaps
namespace: starship
spec:
selector:
app: coreid
ports:
- port: 636
targetPort: 636