Skip to content

Commit

Permalink
Point at amun instead of localhost for irssi vps.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Nov 5, 2023
1 parent 81d8e8d commit 5591aa8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ in {
matchBlocks = {
irssi = {
user = "irssi";
hostname = "localhost";
port = 2222;
hostname = "amun";
port = 2230;
};

toktok = {
user = "builder";
hostname = "localhost";
hostname = "amun";
port = 2223;
extraOptions = {
LogLevel = "QUIET";
Expand All @@ -76,7 +76,7 @@ in {

toktok-dev = {
user = "builder";
hostname = "localhost";
hostname = "amun";
port = 2224;
extraOptions = {
LogLevel = "QUIET";
Expand Down
6 changes: 3 additions & 3 deletions code/kubes/vps/irssi/pippijn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ apiVersion: apps/v1
kind: Deployment
metadata:
namespace: vps-pippijn
name: irssi-pippijn
name: irssi
spec:
selector:
matchLabels:
run: irssi-pippijn
run: irssi
template:
metadata:
labels:
run: irssi-pippijn
run: irssi
spec:
volumes:
- name: data
Expand Down
6 changes: 3 additions & 3 deletions code/kubes/vps/irssi/simon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ apiVersion: apps/v1
kind: Deployment
metadata:
namespace: vps-simon
name: irssi-simon
name: irssi
spec:
selector:
matchLabels:
run: irssi-simon
run: irssi
template:
metadata:
labels:
run: irssi-simon
run: irssi
spec:
volumes:
- name: data
Expand Down
6 changes: 3 additions & 3 deletions code/kubes/vps/irssi/template/irssi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ apiVersion: apps/v1
kind: Deployment
metadata:
namespace: vps-${user}
name: irssi-${user}
name: irssi
spec:
selector:
matchLabels:
run: irssi-${user}
run: irssi
template:
metadata:
labels:
run: irssi-${user}
run: irssi
spec:
volumes:
- name: data
Expand Down

0 comments on commit 5591aa8

Please sign in to comment.