12 lines
No EOL
172 B
YAML
12 lines
No EOL
172 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx-service
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: nginx
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8000
|
|
targetPort: 80 |