Compare commits
4 Commits
2c5cf9b6c4
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b5f4492a4 | |||
|
b9bb385320
|
|||
|
a0b0997c1a
|
|||
|
7ffa5c3341
|
@@ -14,7 +14,7 @@ spec:
|
||||
containers:
|
||||
- name: deluge-tunnel
|
||||
image: kroniak/ssh-client:3.21
|
||||
command: ["/bin/sh", "-c", "ssh -o StrictHostKeyChecking=no weyma-talos@45.152.211.243 -p 2222 -L 0.0.0.0:58846:127.0.0.1:58846 -L 0.0.0.0:8112:127.0.0.1:8112 -N"]
|
||||
command: ["/bin/sh", "-c", "ssh -o StrictHostKeyChecking=no weyma-talos@184.107.106.14 -L 0.0.0.0:58846:127.0.0.1:58846 -L 0.0.0.0:8112:127.0.0.1:8112 -N"]
|
||||
volumeMounts:
|
||||
- name: ssh-keys
|
||||
mountPath: /root/.ssh
|
||||
|
||||
@@ -24,5 +24,5 @@ appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: authentik
|
||||
version: 2026.5.0
|
||||
version: 2026.5.2
|
||||
repository: https://charts.goauthentik.io
|
||||
@@ -0,0 +1,28 @@
|
||||
apiVersion: v2
|
||||
name: searxng
|
||||
description: A Helm chart for Kubernetes
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
#
|
||||
# Application charts are a collection of templates that can be packaged into versioned archives
|
||||
# to be deployed.
|
||||
#
|
||||
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
||||
# a dependency of application charts to inject those utilities and functions into the rendering
|
||||
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
||||
type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: "1.0"
|
||||
|
||||
dependencies:
|
||||
- name: searxng
|
||||
version: 1.1.1
|
||||
repository: https://charts.kubito.dev
|
||||
Reference in New Issue
Block a user