You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
170 B
13 lines
170 B
10 months ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ds-base
|
||
|
spec:
|
||
|
selector:
|
||
|
app: ds-base
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 8001
|
||
|
targetPort: 8001
|