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/k8s/mattermost.svc.yaml
Justin Garrison c8a5cfa236 Switched rc -> deployment and using secret instead of configmap.
Added README with steps to run postgres.
2016-09-18 22:04:44 -07: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