mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
✨ feat: add Go Kubernetes operator
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user