mattwr18 b05e997743 Update templates and deploy to develop
- proof of concept that this works!
2020-01-28 20:55:08 +01:00

14 lines
284 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-webapp
namespace: human-connection
spec:
ports:
- name: {{ .Release.Name }}-webapp
port: 3000
protocol: TCP
targetPort: 3000
selector:
human-connection.org/selector: deployment-webapp