69 lines
1.6 KiB
YAML
69 lines
1.6 KiB
YAML
replicaCount: 1
|
|
image:
|
|
repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing
|
|
tag: "master-1ba9b40"
|
|
pullPolicy: IfNotPresent
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
annotations: {}
|
|
hosts:
|
|
- host: dvirlabs.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
resources: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
links:
|
|
- id: gitea
|
|
label: "Git Service"
|
|
desc: "Self-hosted Git repositories & CI integration."
|
|
chip: "Gitea"
|
|
url: "https://git.dvirlabs.com"
|
|
|
|
- id: grafana
|
|
label: "Observability"
|
|
desc: "Dashboards, metrics, and alerts for lab services."
|
|
chip: "Grafana"
|
|
url: "https://grafana.dvirlabs.com"
|
|
|
|
- id: prometheus
|
|
label: "Monitoring"
|
|
desc: "Metrics collection and alerting system."
|
|
chip: "Prometheus"
|
|
url: "https://prometheus.dvirlabs.com"
|
|
|
|
- id: argocd
|
|
label: "GitOps Control"
|
|
desc: "Applications managed declaratively via Argo CD."
|
|
chip: "Argo CD"
|
|
url: "https://argocd.dvirlabs.com"
|
|
|
|
- id: wiki
|
|
label: "Lab Documentation"
|
|
desc: "Architecture diagrams, notes, and how-tos."
|
|
chip: "Wiki"
|
|
url: "https://wiki.dvirlabs.com"
|
|
|
|
- id: vault
|
|
label: "Secret Management"
|
|
desc: "Secure storage and access for sensitive data."
|
|
chip: "Vault"
|
|
url: "https://vault.dvirlabs.com"
|
|
|
|
- id: woodpecker-ci
|
|
label: "CI/CD Pipelines"
|
|
desc: "Automated build and deployment pipelines."
|
|
chip: "Woodpecker CI"
|
|
url: "https://woodpecker.dvirlabs.com"
|
|
|