mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
13 lines
198 B
YAML
13 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sample-load-balancer
|
|
namespace: staging
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
name: http
|