Compare commits
1 Commits
renovate/a
...
6366b98264
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6366b98264 |
@@ -12,19 +12,21 @@ spec:
|
||||
type: ClusterIP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: n8n
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 192.168.21.200
|
||||
- ip: 192.168.20.104
|
||||
ports:
|
||||
- name: app
|
||||
port: 5678
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
@@ -43,6 +45,7 @@ spec:
|
||||
secretName: n8n-tls
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
@@ -57,6 +60,7 @@ spec:
|
||||
- "n8n.durp.info"
|
||||
|
||||
---
|
||||
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
|
||||
@@ -9,5 +9,5 @@ appVersion: "1.16.0"
|
||||
dependencies:
|
||||
- name: authentik
|
||||
repository: https://charts.goauthentik.io
|
||||
version: 2025.10.2
|
||||
version: 2025.4.1
|
||||
|
||||
|
||||
@@ -719,7 +719,7 @@ openclarity:
|
||||
# -- Swagger UI container repository
|
||||
repository: swaggerapi/swagger-ui
|
||||
# -- Swagger UI container tag
|
||||
tag: v5.26.2
|
||||
tag: v5.29.5
|
||||
# -- Swagger UI image digest. If set will override the tag.
|
||||
digest: ""
|
||||
# -- Swagger UI image pull policy
|
||||
|
||||
Reference in New Issue
Block a user