diff options
Diffstat (limited to 'vnfs/DAaaS/applications/charts/sample-horovod-app/templates/statefulset-service.yaml')
-rw-r--r-- | vnfs/DAaaS/applications/charts/sample-horovod-app/templates/statefulset-service.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vnfs/DAaaS/applications/charts/sample-horovod-app/templates/statefulset-service.yaml b/vnfs/DAaaS/applications/charts/sample-horovod-app/templates/statefulset-service.yaml deleted file mode 100644 index d0216a86..00000000 --- a/vnfs/DAaaS/applications/charts/sample-horovod-app/templates/statefulset-service.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ template "horovod.fullname" . }} - labels: - app: {{ template "horovod.name" . }} - chart: {{ template "horovod.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -spec: - clusterIP: None - ports: - - name: ssh - port: {{ .Values.ssh.port }} - targetPort: {{ .Values.ssh.port }} - selector: - app: {{ template "horovod.name" . }} - release: {{ .Release.Name }} - role: worker |