mypastebin/k8s/cdn/cdn-service.yaml
2025-05-29 22:40:58 +02:00

15 lines
217 B
YAML

apiVersion: v1
kind: Service
metadata:
name: static-content-service
namespace: default
spec:
selector:
app: static-content
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP