14 lines
204 B
YAML
14 lines
204 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: 80
|
||
|
targetPort: 80
|