Files
ota-admin-portal/k8s/templates/service.yaml
Rafi Greenberg 26e25a5b23 Deploy (#6)
* pipeline

* pipeline

* slack channel

* slack channel
2021-01-08 10:55:17 -08:00

12 lines
192 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}
spec:
selector:
app: {{ .Chart.Name }}
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP