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