Compare commits
1 commit
2517f8a30d
...
db6bdca9ca
Author | SHA1 | Date | |
---|---|---|---|
|
db6bdca9ca |
22 changed files with 123 additions and 173 deletions
|
@ -24,11 +24,3 @@ patches:
|
||||||
version: v1
|
version: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
|
|
||||||
- patch: |-
|
|
||||||
- op: add
|
|
||||||
path: /spec/template/spec/containers/0/args/-
|
|
||||||
value: --insecure=true
|
|
||||||
target:
|
|
||||||
kind: Deployment
|
|
||||||
name: argocd-server
|
|
||||||
|
|
|
@ -33,6 +33,8 @@ spec:
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
- name: series
|
- name: series
|
||||||
mountPath: /series
|
mountPath: /series
|
||||||
|
- name: oldseries
|
||||||
|
mountPath: /oldseries
|
||||||
- name: films
|
- name: films
|
||||||
mountPath: /films
|
mountPath: /films
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -42,6 +44,9 @@ spec:
|
||||||
- name: series
|
- name: series
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: smb-series
|
claimName: smb-series
|
||||||
|
- name: oldseries
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: smb-oldseries
|
||||||
- name: films
|
- name: films
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: smb-films
|
claimName: smb-films
|
||||||
|
|
|
@ -12,6 +12,18 @@ spec:
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: smb-oldseries
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 1Gi
|
||||||
|
storageClassName: smb-oldseries
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: smb-films
|
name: smb-films
|
||||||
spec:
|
spec:
|
||||||
|
@ -20,4 +32,4 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
storageClassName: smb-films
|
storageClassName: smb-films
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
containers:
|
containers:
|
||||||
- env: []
|
- env: []
|
||||||
image: grafana/grafana:9.5.21
|
image: grafana/grafana:9.5.3
|
||||||
name: grafana
|
name: grafana
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
app: lidarr
|
app: lidarr
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: hotio/lidarr:release-2.9.6.4552
|
- image: hotio/lidarr:release
|
||||||
name: lidarr
|
name: lidarr
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: prowlarr
|
app: prowlarr
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: hotio/prowlarr:release-1.31.2.4975
|
- image: hotio/prowlarr:release-1.26.1.4844
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: prowlarr
|
name: prowlarr
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
app: radarr
|
app: radarr
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: hotio/radarr:release-5.19.3.9730
|
- image: hotio/radarr:release-5.18.4.9674
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: radarr
|
name: radarr
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -38,7 +38,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
configmap.reloader.stakater.com/reload: "ser2net"
|
configmap.reloader.stakater.com/reload: "ser2net"
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: smb-films
|
name: smb-films
|
||||||
provisioner: smb.csi.k8s.io
|
provisioner: smb.csi.k8s.io
|
||||||
parameters:
|
parameters:
|
||||||
source: "//172.20.0.70/films"
|
source: "//172.20.0.125/films"
|
||||||
csi.storage.k8s.io/node-stage-secret-name: smb-creds
|
csi.storage.k8s.io/node-stage-secret-name: smb-creds
|
||||||
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
||||||
reclaimPolicy: Retain
|
reclaimPolicy: Retain
|
||||||
|
|
17
apps-kustomized/smb-storageclasses/sc-oldseries.yaml
Normal file
17
apps-kustomized/smb-storageclasses/sc-oldseries.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
kind: StorageClass
|
||||||
|
metadata:
|
||||||
|
name: smb-oldseries
|
||||||
|
provisioner: smb.csi.k8s.io
|
||||||
|
parameters:
|
||||||
|
source: "//hp40l/disk2/oldseries"
|
||||||
|
csi.storage.k8s.io/node-stage-secret-name: smb-creds
|
||||||
|
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
volumeBindingMode: Immediate
|
||||||
|
mountOptions:
|
||||||
|
- dir_mode=0777
|
||||||
|
- file_mode=0777
|
||||||
|
- uid=1001
|
||||||
|
- gid=1001
|
||||||
|
- noperm
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: smb-series
|
name: smb-series
|
||||||
provisioner: smb.csi.k8s.io
|
provisioner: smb.csi.k8s.io
|
||||||
parameters:
|
parameters:
|
||||||
source: "//172.20.0.70/series"
|
source: "//hp40l/disk2/series"
|
||||||
csi.storage.k8s.io/node-stage-secret-name: smb-creds
|
csi.storage.k8s.io/node-stage-secret-name: smb-creds
|
||||||
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
|
||||||
reclaimPolicy: Retain
|
reclaimPolicy: Retain
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: tailscale-script
|
|
||||||
data:
|
|
||||||
script.sh: |
|
|
||||||
tailscaled --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 --tun=userspace-networking &
|
|
||||||
tailscale up --authkey=$TS_AUTHKEY --advertise-tags=tag:k8s --hostname k8s-tailscale-proxy &
|
|
||||||
sleep 3
|
|
||||||
echo "Waiting for $COUNTRY to do something"
|
|
||||||
while ! tailscale exit-node list 2>/dev/null | grep $COUNTRY >/dev/null; do echo -n . ;sleep 5; done
|
|
||||||
tailscale set --exit-node $(tailscale exit-node list | grep $COUNTRY | cut -f2 -d' ' | shuf | head -n1)
|
|
||||||
while true; do sleep 1; done
|
|
|
@ -1,100 +0,0 @@
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: tailscale-proxy
|
|
||||||
name: tailscale-proxy
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: tailscale-proxy
|
|
||||||
strategy:
|
|
||||||
rollingUpdate:
|
|
||||||
maxSurge: 25%
|
|
||||||
maxUnavailable: 25%
|
|
||||||
type: RollingUpdate
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: tailscale-proxy
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- 'sh /script/script.sh'
|
|
||||||
env:
|
|
||||||
- name: TS_KUBE_SECRET
|
|
||||||
value: tailscale
|
|
||||||
- name: COUNTRY
|
|
||||||
value: Switzerland
|
|
||||||
- name: TS_AUTHKEY
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: TS_AUTHKEY
|
|
||||||
name: tailscale-auth
|
|
||||||
image: ghcr.io/tailscale/tailscale:v1.80.3
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
startupProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- tailscale ip | grep ^100 > /dev/null
|
|
||||||
periodSeconds: 30
|
|
||||||
failureThreshold: 30
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- tailscale ip | grep ^100 > /dev/null
|
|
||||||
periodSeconds: 30
|
|
||||||
failureThreshold: 2
|
|
||||||
readinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- http_proxy=127.0.0.1:1055 wget -O- ifconfig.co/country 2>&1 | grep $COUNTRY > /dev/null
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 60
|
|
||||||
failureThreshold: 3
|
|
||||||
name: tailscale
|
|
||||||
securityContext:
|
|
||||||
privileged: true
|
|
||||||
runAsGroup: 0
|
|
||||||
runAsUser: 0
|
|
||||||
terminationMessagePath: /dev/termination-log
|
|
||||||
terminationMessagePolicy: File
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
|
||||||
name: kube-api-access-t4rzn
|
|
||||||
readOnly: true
|
|
||||||
- mountPath: /script
|
|
||||||
name: script
|
|
||||||
serviceAccount: tailscale
|
|
||||||
serviceAccountName: tailscale
|
|
||||||
volumes:
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: tailscale-script
|
|
||||||
- name: kube-api-access-t4rzn
|
|
||||||
projected:
|
|
||||||
defaultMode: 420
|
|
||||||
sources:
|
|
||||||
- serviceAccountToken:
|
|
||||||
expirationSeconds: 3607
|
|
||||||
path: token
|
|
||||||
- configMap:
|
|
||||||
items:
|
|
||||||
- key: ca.crt
|
|
||||||
path: ca.crt
|
|
||||||
name: kube-root-ca.crt
|
|
||||||
- downwardAPI:
|
|
||||||
items:
|
|
||||||
- fieldRef:
|
|
||||||
apiVersion: v1
|
|
||||||
fieldPath: metadata.namespace
|
|
||||||
path: namespace
|
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
name: tailscale
|
|
|
@ -1,15 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: tailscale-proxy
|
|
||||||
app.kubernetes.io/instance: tailscale-proxy
|
|
||||||
name: tailscale-proxy
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- port: 1055
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 1055
|
|
||||||
selector:
|
|
||||||
app: tailscale-proxy
|
|
||||||
type: LoadBalancer
|
|
|
@ -14,7 +14,6 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: qbittorrent
|
app: qbittorrent
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
|
||||||
containers:
|
containers:
|
||||||
- image: qbittorrentofficial/qbittorrent-nox:latest
|
- image: qbittorrentofficial/qbittorrent-nox:latest
|
||||||
name: qbittorrent
|
name: qbittorrent
|
||||||
|
@ -35,6 +34,40 @@ spec:
|
||||||
value: "/config"
|
value: "/config"
|
||||||
- name: QBT_DOWNLOADS
|
- name: QBT_DOWNLOADS
|
||||||
value: "/downloads"
|
value: "/downloads"
|
||||||
|
- env:
|
||||||
|
- name: TS_KUBE_SECRET
|
||||||
|
value: tailscale
|
||||||
|
- name: TS_USERSPACE
|
||||||
|
value: "false"
|
||||||
|
- name: TS_OUTBOUND_HTTP_PROXY_LISTEN
|
||||||
|
value: "localhost:1055"
|
||||||
|
- name: TS_SOCKS5_SERVER
|
||||||
|
value: "localhost:1055"
|
||||||
|
- name: TS_EXTRA_ARGS
|
||||||
|
value: "--exit-node=100.90.55.121"
|
||||||
|
- name: TS_AUTHKEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: TS_AUTHKEY
|
||||||
|
name: tailscale-auth
|
||||||
|
optional: true
|
||||||
|
livenessProbe:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- ping
|
||||||
|
- -c1
|
||||||
|
- 100.100.100.100
|
||||||
|
initialDelaySeconds: 120
|
||||||
|
periodSeconds: 5
|
||||||
|
image: ghcr.io/tailscale/tailscale:latest
|
||||||
|
name: ts-sidecar
|
||||||
|
securityContext:
|
||||||
|
runAsGroup: 1000
|
||||||
|
runAsUser: 1000
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
|
||||||
|
name: kube-api-access-t4rzn
|
||||||
|
readOnly: true
|
||||||
preemptionPolicy: PreemptLowerPriority
|
preemptionPolicy: PreemptLowerPriority
|
||||||
priority: 0
|
priority: 0
|
||||||
serviceAccountName: tailscale
|
serviceAccountName: tailscale
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
value: en
|
value: en
|
||||||
- name: WHOOGLE_CONFIG_SEARCH_LANGUAGE
|
- name: WHOOGLE_CONFIG_SEARCH_LANGUAGE
|
||||||
value: en
|
value: en
|
||||||
image: benbusby/whoogle-search@sha256:5bbb30fc4cf67563b48529c5291813b3d49c290e1e8b9e3aaa5081e9cb6e40c0
|
image: benbusby/whoogle-search@sha256:ecccdb598f890140bf5564ea0307d3a72871ab3d14fbf22e308b904846e5c590
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|
|
@ -8,4 +8,4 @@ spec:
|
||||||
storageClassName: longhorn-fast
|
storageClassName: longhorn-fast
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1280Mi
|
storage: 128Mi
|
||||||
|
|
|
@ -14,10 +14,6 @@ spec:
|
||||||
targetRevision: 4.12.0
|
targetRevision: 4.12.0
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
- name: controller.ingressClassResource.default
|
|
||||||
value: "true"
|
|
||||||
- name: controller.config.annotations-risk-level
|
|
||||||
value: "Critical"
|
|
||||||
- name: controller.service.type
|
- name: controller.service.type
|
||||||
value: LoadBalancer
|
value: LoadBalancer
|
||||||
- name: controller.allowSnippetAnnotations
|
- name: controller.allowSnippetAnnotations
|
||||||
|
|
44
everything-app/bikerwitch.yaml
Normal file
44
everything-app/bikerwitch.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: bikerwitch
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: bikerwitch
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: service.type
|
||||||
|
value: LoadBalancer
|
||||||
|
- name: persistence.enabled
|
||||||
|
value: "true"
|
||||||
|
- name: persistence.storageClass
|
||||||
|
value: "longhorn-fast"
|
||||||
|
- name: image.repository
|
||||||
|
value: drupal
|
||||||
|
- name: image.tag
|
||||||
|
value: 9.4-php8.0-apache
|
||||||
|
values: |-
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
|
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||||
|
hosts:
|
||||||
|
- host: bikerwitch.martyn.berlin
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
|
- host: www.bikerwitch.org.uk
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- bikerwitch.martyn.berlin
|
||||||
|
- www.bikerwitch.org.uk
|
||||||
|
path: apps-helm/drupal
|
||||||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
|
targetRevision: HEAD
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
value: "false"
|
value: "false"
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
repoURL: https://charts.longhorn.io
|
repoURL: https://charts.longhorn.io
|
||||||
targetRevision: 1.8.1
|
targetRevision: 1.8.0
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: tailscale-proxy
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: tailscale-proxy
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: apps
|
|
||||||
source:
|
|
||||||
path: apps-kustomized/tailscale-proxy
|
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
|
||||||
targetRevision: HEAD
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
selfHeal: true
|
|
Loading…
Add table
Reference in a new issue