initial commit

This commit is contained in:
allard
2025-11-23 18:58:51 +01:00
commit 376a944abc
1553 changed files with 314731 additions and 0 deletions

2
dev/camunda/README.md Executable file
View File

@@ -0,0 +1,2 @@
userid: demo
password: demo

52
dev/camunda/camunda.yaml Executable file
View File

@@ -0,0 +1,52 @@
apiVersion: v1
kind: Service
metadata:
name: camunda
namespace: camunda
spec:
selector:
app: camunda
ports:
- name: http
port: 8080
targetPort: 8080
type: LoadBalancer
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: camunda
namespace: camunda
spec:
replicas: 1
selector:
matchLabels:
app: camunda
template:
metadata:
labels:
app: camunda
spec:
containers:
- name: camunda
image: allardkrings/camunda7-arm64v8
ports:
- containerPort: 8080
imagePullPolicy: IfNotPresent
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: camunda-tls
namespace: camunda
spec:
entryPoints:
- websecure
routes:
- match: Host(`camunda-prod.allarddcs.nl`)
kind: Rule
services:
- name: camunda
port: 8080
tls:
certResolver: letsencrypt

View File

@@ -0,0 +1,17 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: dev-camunda
title: Camunda (dev)
annotations:
backstage.io/kubernetes-id: camunda
links:
- url: https://github.com/AllardKrings/kubernetes/dev/camunda
title: camunda-configuration
docs:
- url: ./README.md
spec:
type: service
lifecycle: production
owner: allarddcs
subcomponentOf: component:default/DEV-cluster