mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 16:46:54 +00:00
12 lines
164 B
YAML
12 lines
164 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
generateName: service-churn-
|
|
spec:
|
|
selector:
|
|
app: foo
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8080
|
|
targetPort: 8080
|