13 lines
191 B
YAML
13 lines
191 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hello-kiamol
|
|
labels:
|
|
kiamol: ch15
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
selector:
|
|
app: hello-kiamol
|
|
type: ClusterIP |