14 lines
208 B
YAML
14 lines
208 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: namesny-com-svc
|
||
|
namespace: namesny-com
|
||
|
spec:
|
||
|
selector:
|
||
|
app: namesny-com
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 7890
|
||
|
targetPort: 7890
|