Kubernetes.K3s.installLog/services/Lighttpd/service-lighttpd.yaml

13 lines
176 B
YAML
Raw Normal View History

2023-09-19 08:02:18 +00:00
apiVersion: v1
kind: Service
metadata:
2024-01-02 06:31:53 +00:00
name: lighttpd
namespace: lighttpd
2023-09-19 08:02:18 +00:00
spec:
ports:
- protocol: TCP
name: web
port: 8080
selector:
2024-01-02 06:31:53 +00:00
app: lighttpd