update gate

This commit is contained in:
Jrester 2023-10-08 16:48:31 +02:00
parent 62693903bf
commit 1ce8b40f87
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ High-Performance, Low-Memory, Lightweight, Extensible Minecraft Reverse Proxy wi
| replicaCount | int | `1` | | | replicaCount | int | `1` | |
| resources | object | `{}` | | | resources | object | `{}` | |
| securityContext | object | `{}` | | | securityContext | object | `{}` | |
| service.port | int | `22565` | | | service.port | int | `25565` | |
| service.type | string | `"ClusterIP"` | | | service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | | | serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | | | serviceAccount.create | bool | `true` | |

View File

@ -39,7 +39,7 @@ securityContext: {}
service: service:
type: ClusterIP type: ClusterIP
port: 22565 port: 25565
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious