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