mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
18 lines
362 B
YAML
18 lines
362 B
YAML
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
|