mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 03:35:06 +00:00
examples/ is pretty standard whereas demos/ isn't. So I just refactored that. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
13 lines
161 B
YAML
13 lines
161 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sbdemo
|
|
labels:
|
|
app: sbdemo
|
|
spec:
|
|
ports:
|
|
- port: 8080
|
|
selector:
|
|
app: sbdemo
|
|
type: LoadBalancer
|