infra/clusters/k3s/ip/ip-headless.yml
2023-04-30 10:18:23 -05:00

19 lines
310 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ip-headless
namespace: default
spec:
selector:
app: ip
type: ClusterIP
clusterIP: None
ports:
- name: https
port: 4000
targetPort: 4000
protocol: TCP
- name: epmd
port: 4369
targetPort: 4369
protocol: TCP