add test train

This commit is contained in:
ducoterra
2021-08-29 14:54:47 -04:00
parent 40f11fe721
commit ada7070b1b
109 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: {{ .Release.Name }}
name: {{ .Release.Name }}
spec:
ports:
- port: 8000
protocol: TCP
name: {{ .Release.Name }}-web
targetPort: 8000
selector:
app: {{ .Release.Name }} # This selects the pod(s) that match the selector
type: ClusterIP