Automated upload for garm-provider-test.t09.de
This commit is contained in:
parent
92fe091f13
commit
5e4fbd4836
2 changed files with 2 additions and 111 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
||||||
path: charts/garm
|
path: charts/garm
|
||||||
targetRevision: v0.0.1
|
targetRevision: v0.0.2
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/otc/garm-provider-test.t09.de/stacks/garm/garm/values.yaml
|
- $values/otc/garm-provider-test.t09.de/stacks/garm/garm/values.yaml
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,3 @@
|
||||||
# Default values for garm chart
|
|
||||||
nameOverride: ""
|
|
||||||
fullnameOverride: ""
|
|
||||||
|
|
||||||
image:
|
|
||||||
repository: edp.buildth.ing/devfw-cicd/garm
|
|
||||||
tag: provider-ec-40
|
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
replicaCount: 1
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
size: 100Gi
|
|
||||||
storageClass: "csi-disk"
|
|
||||||
annotations:
|
|
||||||
everest.io/disk-volume-type: GPSSD
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
|
@ -35,98 +15,9 @@ ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- garm.garm-provider-test.t09.de
|
- garm.garm-provider-test.t09.de
|
||||||
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
# Garm Configuration
|
|
||||||
garm:
|
|
||||||
logging:
|
|
||||||
enableLogStreamer: true
|
|
||||||
logFormat: text # can be "text" or "json"
|
|
||||||
logLevel: info
|
|
||||||
logSource: false
|
|
||||||
|
|
||||||
metrics:
|
|
||||||
enable: true
|
|
||||||
disableAuth: false
|
|
||||||
|
|
||||||
jwtAuth:
|
|
||||||
# You should change this in production
|
|
||||||
# secret: "changeme-use-a-secure-random-string"
|
|
||||||
timeToLive: "8760h"
|
|
||||||
|
|
||||||
apiserver:
|
|
||||||
bind: "0.0.0.0"
|
|
||||||
port: 80
|
|
||||||
useTls: false
|
|
||||||
webui:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
database:
|
|
||||||
backend: sqlite3
|
|
||||||
# passphrase: "changeme-use-a-secure-random-string"
|
|
||||||
sqlite3:
|
|
||||||
dbFile: "/garm/garm.db"
|
|
||||||
|
|
||||||
provider:
|
|
||||||
- name: "k8s"
|
|
||||||
description: "kubernetes provider"
|
|
||||||
providerType: "external"
|
|
||||||
external:
|
|
||||||
configFile: "/etc/garm/k8s-provider-config.toml"
|
|
||||||
providerExecutable: "/opt/garm/providers.d/garm-provider-k8s"
|
|
||||||
environmentVariables: ["KUBERNETES_"]
|
|
||||||
- name: "edge-connect"
|
|
||||||
description: "edge connect provider"
|
|
||||||
providerType: "external"
|
|
||||||
external:
|
|
||||||
configFile: "/etc/garm/edge-connect-provider-config.toml"
|
|
||||||
providerExecutable: "/opt/garm/providers.d/garm-provider-edge-connect"
|
|
||||||
environmentVariables: ["EDP_EDGE_CONNECT_"]
|
|
||||||
|
|
||||||
# Provider Configuration
|
|
||||||
providerConfig:
|
|
||||||
k8s:
|
|
||||||
runnerNamespace: "garm"
|
|
||||||
flavors:
|
|
||||||
micro:
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 50Mi
|
|
||||||
limits:
|
|
||||||
memory: 200Mi
|
|
||||||
ultra:
|
|
||||||
requests:
|
|
||||||
cpu: 500m
|
|
||||||
memory: 500Mi
|
|
||||||
limits:
|
|
||||||
memory: 1Gi
|
|
||||||
edgeConnect:
|
|
||||||
organization: "edp-developer-framework"
|
|
||||||
region: "EU"
|
|
||||||
edgeConnectUrl: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
|
||||||
cloudlet:
|
|
||||||
name: "Munich"
|
|
||||||
organization: "TelekomOP"
|
|
||||||
|
|
||||||
# Credentials and Secrets
|
# Credentials and Secrets
|
||||||
credentials:
|
credentials:
|
||||||
# giteaToken: "" # Required: Your Gitea access token
|
|
||||||
admin:
|
|
||||||
username: admin
|
|
||||||
# password: "changeme-generate-strong-password"
|
|
||||||
email: "admin@example.com"
|
|
||||||
edgeConnect:
|
edgeConnect:
|
||||||
username: "<insert username>" # Required
|
existingSecretName: "edge-credential"
|
||||||
password: "<insert password>" # Required
|
|
||||||
gitea:
|
gitea:
|
||||||
url: "https://garm-provider-test.t09.de" # Required
|
url: "https://garm-provider-test.t09.de" # Required
|
||||||
|
|
||||||
initJob:
|
|
||||||
image: edp.buildth.ing/devfw-cicd/garm-test
|
|
||||||
waitForGarm:
|
|
||||||
image: appropriate/curl
|
|
||||||
timeoutSeconds: 60
|
|
||||||
retryInterval: 6
|
|
||||||
maxRetries: 10
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue