This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: influxdb | |
| labels: | |
| app: influxdb | |
| spec: | |
| replicas: 1 | |
| strategy: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # first way of doing it is just to add it to server.cfg and then you are done. | |
| # add: server.level "Barren" into serverfiles/server/rustserver/cfg/server.cfg | |
| # "Procedural Map","Barren",”HapisIsland”,”SavasIsland”,“SavasIsland_koth” | |
| server.level "Barren" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # My system IP/set ip address of server | |
| IPTABLES="iptables" | |
| # whitelist IPs | |
| ALLOWIP1="whitelist-ip" # SSH allow | |
| DEST1="my-external-ip" | |
| # Flushing all rules |