Migrate minecraft to Paper (#37)

I want to configure monitoring for Minecraft, and it's not possible with the Vanilla version. So we're testing Paper

Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/37
This commit is contained in:
Nikolai Rodionov
2023-03-14 14:40:09 +00:00
parent c9a45797bf
commit c237d4ffae
3 changed files with 77 additions and 1 deletions

View File

@ -0,0 +1,16 @@
---
service-monitor:
templates:
- |
{{ range .Values.service-monitor.resources }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ .name }}
spec:
selector:
matchLabels:
app: {{ .label.app }}
endpoints:
- port: {{ .endpoints.port }}
{{ end }}