20 lines
291 B
YAML
20 lines
291 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: caddy
|
|
spec:
|
|
selector:
|
|
app: caddy
|
|
ports:
|
|
- port: 5001
|
|
name: http1
|
|
- port: 5002
|
|
name: http2
|
|
- port: 5030
|
|
name: http3
|
|
- port: 5033
|
|
name: http4
|
|
- port: 5567
|
|
name: http5
|
|
type: LoadBalancer
|