19 lines
291 B
YAML
19 lines
291 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pleroma
|
|
namespace: darkdork-dev
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
name: http
|
|
targetPort: 4000
|
|
protocol: TCP
|
|
- port: 4021
|
|
name: prometheus
|
|
targetPort: 4021
|
|
protocol: TCP
|
|
selector:
|
|
app: pleroma
|
|
---
|