move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.

This commit is contained in:
Madison Grubb
2025-07-10 10:21:39 -04:00
parent 85ff210135
commit bc2debdea0
58 changed files with 188 additions and 704 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: mineclonia
namespace: mineclonia
annotations:
metallb.universe.tf/allow-shared-ip: mineclonia
spec:
selector:
app: mineclonia
ports:
- protocol: UDP
port: 30000
targetPort: 30000
- protocol: TCP
port: 30000
targetPort: 30000
type: LoadBalancer
loadBalancerIP: 192.168.1.4