Skip to content

Commit

Permalink
minecraft-server: v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Jul 12, 2021
1 parent 7518632 commit 71a1898
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions charts/minecraft-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: minecraft-server
version: 0.1.4
appVersion: v0.1.4
version: 0.1.5
appVersion: v0.1.5
description: run any minecraft server inside of docker
home: https://github.com/qumine/minecraft-server
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft-server/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ questions:
type: string
label: Image Repository
- variable: image.tag
default: v0.1.4
default: v0.1.5
description: Image tag
type: string
label: Image tag
13 changes: 2 additions & 11 deletions charts/minecraft-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
imagePullPolicy: {{ .Values.integrations.bluemap.image.pullPolicy | quote }}
ports:
- name: bluemap
containerPort: {{ .Values.integrations.bluemap.service.port }}
containerPort: 8081
resources:
limits:
cpu: 500m
Expand All @@ -131,18 +131,9 @@ spec:
- name: geysermc
image: "{{ template "qumine.integrations.geysermc.image" . }}"
imagePullPolicy: {{ .Values.integrations.geysermc.image.pullPolicy | quote }}
env:
- name: BEDROCK_PORT
value: "{{ .Values.integrations.geysermc.service.port }}"
- name: GEYSER_FLOODGATE_KEY_FILE
value: /data/plugins/floodgate/key.pem
- name: REMOTE_ADDRESS
value: 127.0.0.1
- name: REMOTE_AUTH_TYPE
value: floodgate
ports:
- name: geysermc
containerPort: {{ .Values.integrations.geysermc.service.port }}
containerPort: 19132
protocol: UDP
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions charts/minecraft-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
image:
registry: docker.io
repository: qumine/minecraft-server
tag: v0.1.4
tag: v0.1.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -552,7 +552,7 @@ integrations:
image:
registry: docker.io
repository: qumine/integrations-bluemap
tag: 1.4.2
tag: latest
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -612,7 +612,7 @@ integrations:
##
image:
registry: docker.io
repository: infinytum/geyser-mc
repository: qumine/integrations-geysermc
tag: latest
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
1 change: 1 addition & 0 deletions integrations-bluemap
Submodule integrations-bluemap added at 7ae92d

0 comments on commit 71a1898

Please sign in to comment.