mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-01 07:30:27 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
name: wpfrontend
|
|
name: wpfrontend
|
|
spec:
|
|
ports:
|
|
# the port that this service should serve on
|
|
- port: 80
|
|
# label keys and values that must match in order to receive traffic for this service
|
|
selector:
|
|
name: wordpress
|
|
type: LoadBalancer
|