Gluttony-Cluster/cluster/static-site-hosts/static-site-hosts-services.yaml

15 lines
210 B
YAML
Raw Normal View History

2024-11-16 17:57:46 +00:00
apiVersion: v1
kind: Service
metadata:
name: static-site-services
namespace: default
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: static-site