18 lines
263 B
YAML
18 lines
263 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: goalfymax-admin
|
|
namespace: goalfyagent
|
|
labels:
|
|
app: goalfymax-admin
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8087
|
|
targetPort: 8087
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: goalfymax-admin
|
|
|