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