aboutsummaryrefslogtreecommitdiff
path: root/src/ban.h
Commit message (Expand)AuthorAge
* Clean up threadingShadowNinja2015-08-23
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19
* Always use builtin JThread librarykwolekr2013-09-15
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Optimize headersPerttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Fixed/extended/modified ban stuff to be good for inclusionPerttu Ahola2011-08-12
* added ipban supportConstantin Wenger2011-08-12
volumeMounts: - mountPath: /var/lib/minetest name: minetest-data - mountPath: /etc/minetest name: config restartPolicy: Always volumes: - name: minetest-data persistentVolumeClaim: claimName: minetest-data - configMap: defaultMode: 420 name: minetest name: config --- apiVersion: v1 kind: Service metadata: labels: app: minetest name: minetest namespace: default spec: ports: - name: minetest port: 30000 protocol: UDP selector: app: minetest type: NodePort