Add Factorio
This commit is contained in:
@@ -12,6 +12,17 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
kustomize:
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
kind: Deployment
|
||||||
|
name: factorio-factorio-server-charts
|
||||||
|
patch: |
|
||||||
|
- op: replace
|
||||||
|
path: /spec/template/spec/hostNetwork
|
||||||
|
value: false
|
||||||
|
- op: remove
|
||||||
|
path: /spec/template/spec/hostPorts
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: factorio
|
namespace: factorio
|
||||||
|
|||||||
Reference in New Issue
Block a user