summaryrefslogtreecommitdiff
path: root/playbooks.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-01 12:13:47 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-01 12:13:47 +0200
commit2c3ff9552b75a6dcfeae7149a2660ac7703cc2d6 (patch)
tree5dc0f328ab86f907a20120fcf8d3321bddc31530 /playbooks.d
parent5b84f19ec21f90ab154ff323418faf89f5993689 (diff)
Properly fix ingress hostname
Diffstat (limited to 'playbooks.d')
-rw-r--r--playbooks.d/k3s-master/share/manifests/applications/nitter/release.yaml2
-rw-r--r--playbooks.d/k3s-master/share/manifests/applications/nitter/values.yaml14
2 files changed, 1 insertions, 15 deletions
diff --git a/playbooks.d/k3s-master/share/manifests/applications/nitter/release.yaml b/playbooks.d/k3s-master/share/manifests/applications/nitter/release.yaml
index deb6103..5433e14 100644
--- a/playbooks.d/k3s-master/share/manifests/applications/nitter/release.yaml
+++ b/playbooks.d/k3s-master/share/manifests/applications/nitter/release.yaml
@@ -21,7 +21,7 @@ spec:
enabled: true
className: nginx
hosts:
- - host: nitter.alt.tyil.nl
+ - host: twitter.alt.tyil.nl
paths:
- path: /
redis:
diff --git a/playbooks.d/k3s-master/share/manifests/applications/nitter/values.yaml b/playbooks.d/k3s-master/share/manifests/applications/nitter/values.yaml
deleted file mode 100644
index f8767a5..0000000
--- a/playbooks.d/k3s-master/share/manifests/applications/nitter/values.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-replicaCount: 1
-ingress:
- enabled: true
- className: nginx
- hosts:
- - host: twitter.alt.tyil.nl
- paths:
- - path: /
-redis:
- host: 10.57.100.7
-urlReplacements:
- twitter: twitter.alt.tyil.nl
- youtube: yewtu.be
- reddit: reddit.alt.tyil.nl