All checks were successful
Deploy / deploy (push) Successful in 11s
Reviewed-on: #1 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
12 lines
166 B
YAML
12 lines
166 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: webserver
|
|
namespace: paperless
|
|
spec:
|
|
selector:
|
|
app: webserver
|
|
ports:
|
|
- port: 8000
|
|
targetPort: 8000
|