Add Jellystat deployment, service, PVCs, and sealed secret configurations
This commit is contained in:
14
clusters/default/monitoring/jellystat/jellystat-svc.yml
Normal file
14
clusters/default/monitoring/jellystat/jellystat-svc.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jellystat-service
|
||||
namespace: monitoring
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: jellystat
|
||||
ports:
|
||||
- port: 3001
|
||||
targetPort: 3000
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user