Initialize/yaml/portal/portal-service.yaml (
10
lines of code) (
raw
):
apiVersion: v1 kind: Service metadata: name: portal spec: ports: - port: 80 targetPort: 80 selector: app: portal