a
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: game
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- services.yaml
|
||||
configMapGenerator:
|
||||
- name: factorio
|
||||
files:
|
||||
- config/rconpw
|
||||
- config/server-adminlist.json
|
||||
- config/server-banlist.json
|
||||
- config/server-settings.json
|
||||
- config/server-whitelist.json
|
||||
- config/map-settings.json
|
||||
- config/map-gen-settings.json
|
||||
commonLabels:
|
||||
app: factorio
|
||||
images:
|
||||
- name: factoriotools/factorio
|
||||
newTag: 1.1.69
|
||||
Reference in New Issue
Block a user