Jafner.net/homelab/jafner-dev/hello/Service.yaml
Joey Hafner 5e95fb3a0c Working Jafner.dev with TLS
- TLS for hello, hello2, and dndtools
  - Documentation for adding services
2023-03-29 23:52:38 -07:00

14 lines
181 B
YAML

---
apiVersion: "v1"
kind: "Service"
metadata:
name: "hello"
namespace: "default"
spec:
ports:
- protocol: "TCP"
name: hello
port: 8080
selector:
app: "hello"