18 lines
285 B
YAML
18 lines
285 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ip-service
|
|
namespace: ip
|
|
spec:
|
|
selector:
|
|
app: ip
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 4000
|
|
targetPort: 4000
|
|
protocol: TCP
|
|
- name: epmd
|
|
port: 4369
|
|
targetPort: 4369
|
|
protocol: TCP
|