feat: add Go Kubernetes operator

This commit is contained in:
2026-08-13 02:19:14 +07:00
parent 31a2b8ef28
commit da6eafcae6
30 changed files with 3066 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: minikura.kirameki.cafe/v1alpha1
kind: ReverseProxyServer
metadata:
name: edge
spec:
type: VELOCITY
description: Example Velocity proxy
externalAddress: play.example.com
externalPort: 25565
listenPort: 25577
serviceType: LoadBalancer
resources:
memoryLimitMB: 1024
cpuRequest: 250m
cpuLimit: "1"
jvm:
heapPercent: 80