472be9a374
This is the last PR for moving the YAML/JSON sample files. There still need some follow up PRs to: - rename the `codenew` shortcode to `code`. - move the examples_test.go to where it really belongs.
13 lines
161 B
YAML
13 lines
161 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: my-nginx-svc
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
selector:
|
|
app: nginx
|