This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/contrib/kubernetes/mattermost.svc.yaml
2016-10-08 19:12:56 +09:00

16 lines
222 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mattermost
namespace: default
spec:
type: NodePort
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
app: mattermost
tier: app