Reset git history for making manifests public

This commit is contained in:
2026-05-31 23:00:17 +02:00
commit bd8e5a45e5
410 changed files with 42141 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
kind: Service
apiVersion: v1
metadata:
name: homestead-loadbalancer
namespace: minecraft
labels:
app: homestead
annotations:
metallb.universe.tf/loadBalancerIPs: "10.8.11.102"
spec:
ports:
- name: homestead-tcp
port: 25565
targetPort: 25565
protocol: TCP
- name: rcon
port: 25575
targetPort: 25575
protocol: TCP
- name: prometheus
port: 19565
targetPort: 19565
protocol: TCP
- name: voice-chat
port: 24454
targetPort: 24454
protocol: UDP
selector:
app: homestead
type: LoadBalancer
externalTrafficPolicy: Local