apiVersion: apps/v1 kind: Service metadata: name: caddy spec: selector: app: caddy ports: - protocol: TCP port: 5001 targetPort: 5001 - protocol: TCP port: 5002 targetPort: 5002 - protocol: TCP port: 5033 targetPort: 5033 type: LoadBalancer