42 lines
915 B
YAML
42 lines
915 B
YAML
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: main
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
hosts:
|
|
- host: garm.dev.t09.de
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: garm-net-tls
|
|
hosts:
|
|
- garm.dev.t09.de
|
|
|
|
image:
|
|
repository: edp.buildth.ing/devfw-cicd/garm
|
|
tag: workflow-params-20260305
|
|
|
|
# Credentials and Secrets
|
|
credentials:
|
|
edgeConnect:
|
|
existingSecretName: "edge-credential"
|
|
gitea:
|
|
url: "https://dev.t09.de" # Required
|
|
db:
|
|
existingSecretName: garm-fixed-credentials
|
|
|
|
providerConfig:
|
|
edgeConnect:
|
|
organization: edp2
|
|
region: EU
|
|
edgeConnectUrl: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
|
cloudlet:
|
|
name: Hamburg
|
|
organization: TelekomOP
|
|
|
|
garm:
|
|
logging:
|
|
logLevel: debug
|