13 lines
187 B
YAML
13 lines
187 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: pi-proxy
|
||
|
labels:
|
||
|
app: pi-proxy
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 8080
|
||
|
targetPort: 80
|
||
|
selector:
|
||
|
app: pi-proxy
|
||
|
type: LoadBalancer
|