1234567891011121314151617181920 |
- apiVersion: v1
- kind: Service
- metadata:
- name: e-school-mobile
- namespace: i2
- spec:
- type: NodePort
- selector:
- app: e-school-mobile
- ports:
- - port: 8080
- name: api
- nodePort: 31101
- protocol: TCP
- targetPort: 8080
- - port: 389
- name: ldap
- nodePort: 31103
- protocol: TCP
- targetPort: 389
|