Compare commits
4 Commits
eac83fd7e6
...
e7e73cfdcc
Author | SHA1 | Date | |
---|---|---|---|
e7e73cfdcc | |||
b4257f8e5e
|
|||
12870a676b | |||
afd5dd2852 |
@@ -23,6 +23,7 @@ spec:
|
|||||||
- sonarr.cluster.fun
|
- sonarr.cluster.fun
|
||||||
- lidarr.cluster.fun
|
- lidarr.cluster.fun
|
||||||
- prowlarr.cluster.fun
|
- prowlarr.cluster.fun
|
||||||
|
- mylarr.cluster.fun
|
||||||
- transmission.cluster.fun
|
- transmission.cluster.fun
|
||||||
- tekton.cluster.fun
|
- tekton.cluster.fun
|
||||||
- changedetection.cluster.fun
|
- changedetection.cluster.fun
|
||||||
@@ -210,3 +211,13 @@ spec:
|
|||||||
name: tailscale-proxy
|
name: tailscale-proxy
|
||||||
port:
|
port:
|
||||||
name: auth
|
name: auth
|
||||||
|
- host: mylarr.cluster.fun
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: tailscale-proxy
|
||||||
|
port:
|
||||||
|
name: auth
|
||||||
|
@@ -236,7 +236,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.14"
|
image: "grafana/promtail:3.5.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
@@ -215,7 +215,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.14"
|
image: "grafana/promtail:3.5.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
@@ -505,7 +505,7 @@ spec:
|
|||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: LD_PRELOAD
|
- name: LD_PRELOAD
|
||||||
value: /usr/local/lib/libmimalloc.so
|
value: /usr/local/lib/libmimalloc.so
|
||||||
image: registry.k8s.io/ingress-nginx/controller:v1.12.1@sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b
|
image: registry.k8s.io/ingress-nginx/controller:v1.12.2@sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
Reference in New Issue
Block a user