blob: 50f8a2933d974b62c070d81b4fbe4fa69229901a [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-apigateway
labels:
name: {{ .Release.Name }}-apigateway
{{ include "openwhisk.label_boilerplate" . | indent 4 }}
spec:
selector:
name: {{ .Release.Name }}-apigateway
ports:
- port: {{ .Values.apigw.mgmtPort }}
name: mgmt
- port: {{ .Values.apigw.apiPort }}
name: api