17 lines
273 B
YAML
17 lines
273 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
{{- include "runtime.labels" . | nindent 4 }}
|
||
|
app: dind
|
||
|
{{/* has to be a constant */}}
|
||
|
name: dind
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: "dind-port"
|
||
|
port: 1300
|
||
|
protocol: TCP
|
||
|
clusterIP: None
|
||
|
selector:
|
||
|
app: dind
|