Compare commits
1 Commits
main
...
8dfd64822c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dfd64822c |
@@ -12,19 +12,21 @@ spec:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
name: n8n
|
name: n8n
|
||||||
subsets:
|
subsets:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 192.168.21.200
|
- ip: 192.168.20.104
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 5678
|
port: 5678
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
@@ -43,6 +45,7 @@ spec:
|
|||||||
secretName: n8n-tls
|
secretName: n8n-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
@@ -57,6 +60,7 @@ spec:
|
|||||||
- "n8n.durp.info"
|
- "n8n.durp.info"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,41 +1,40 @@
|
|||||||
#apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
#kind: IngressRoute
|
kind: IngressRoute
|
||||||
#metadata:
|
metadata:
|
||||||
# name: octopus-ingress
|
name: octopus-ingress
|
||||||
#spec:
|
spec:
|
||||||
# entryPoints:
|
entryPoints:
|
||||||
# - websecure
|
- websecure
|
||||||
# routes:
|
routes:
|
||||||
# - match: Host(`octopus.durp.info`) && PathPrefix(`/`)
|
- match: Host(`octopus.durp.info`) && PathPrefix(`/`)
|
||||||
# kind: Rule
|
kind: Rule
|
||||||
# services:
|
services:
|
||||||
# - name: infra-cluster
|
- name: infra-cluster
|
||||||
# port: 443
|
port: 443
|
||||||
# tls:
|
tls:
|
||||||
# secretName: octopus-tls
|
secretName: octopus-tls
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
#kind: Certificate
|
kind: Certificate
|
||||||
#metadata:
|
metadata:
|
||||||
# name: octopus-tls
|
name: octopus-tls
|
||||||
#spec:
|
spec:
|
||||||
# issuerRef:
|
issuerRef:
|
||||||
# name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
# kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
# secretName: octopus-tls
|
secretName: octopus-tls
|
||||||
# commonName: "octopus.durp.info"
|
commonName: "octopus.durp.info"
|
||||||
# dnsNames:
|
dnsNames:
|
||||||
# - "octopus.durp.info"
|
- "octopus.durp.info"
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#kind: Service
|
kind: Service
|
||||||
#apiVersion: v1
|
apiVersion: v1
|
||||||
#metadata:
|
metadata:
|
||||||
# name: octopus-external-dns
|
name: octopus-external-dns
|
||||||
# annotations:
|
annotations:
|
||||||
# external-dns.alpha.kubernetes.io/hostname: octopus.durp.info
|
external-dns.alpha.kubernetes.io/hostname: octopus.durp.info
|
||||||
#spec:
|
spec:
|
||||||
# type: ExternalName
|
type: ExternalName
|
||||||
# externalName: durp.info
|
externalName: durp.info
|
||||||
#
|
|
||||||
|
|||||||
@@ -1,43 +1,42 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: octopusdeploy
|
name: octopusdeploy
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||||
# targetRevision: main
|
targetRevision: main
|
||||||
# path: infra/octopusdeploy
|
path: infra/octopusdeploy
|
||||||
# destination:
|
destination:
|
||||||
# namespace: octopusdeploy
|
namespace: octopusdeploy
|
||||||
# name: in-cluster
|
name: in-cluster
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: octopusdeploy-agent
|
name: octopusdeploy-agent
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||||
# targetRevision: main
|
targetRevision: main
|
||||||
# path: infra/octopus-agent
|
path: infra/octopus-agent
|
||||||
# destination:
|
destination:
|
||||||
# namespace: octopus-agent
|
namespace: octopus-agent
|
||||||
# name: in-cluster
|
name: in-cluster
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
#
|
|
||||||
|
|||||||
@@ -719,7 +719,7 @@ openclarity:
|
|||||||
# -- Swagger UI container repository
|
# -- Swagger UI container repository
|
||||||
repository: swaggerapi/swagger-ui
|
repository: swaggerapi/swagger-ui
|
||||||
# -- Swagger UI container tag
|
# -- Swagger UI container tag
|
||||||
tag: v5.26.2
|
tag: v5.29.4
|
||||||
# -- Swagger UI image digest. If set will override the tag.
|
# -- Swagger UI image digest. If set will override the tag.
|
||||||
digest: ""
|
digest: ""
|
||||||
# -- Swagger UI image pull policy
|
# -- Swagger UI image pull policy
|
||||||
|
|||||||
Reference in New Issue
Block a user